1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 13:11:35 +00:00
Files
AROS-v0/workbench/devs/networks
Neil Cafferkey 13e90ce3ed realtek8180: radio initialisation fix
- Now writes a command to the R8180REG_EEPROM register to allow the
   R8180REG_CONFIG3 register to be written. When that command was missing,
   writing to the R8180REG_CONFIG3 register only succeeded when
   R8180REG_EEPROM already had the right value by chance, perhaps from a
   previous opening of the device (the same command was written to
   R8180REG_EEPROM later in the initialisation code for another purpose).
   Furthermore, subsequent writing to the R8180REG_ANAPARAM* registers
   requires the write to R8180REG_CONFIG3 to succeed, so those registers
   were also not always initialised. Therefore, radio initialisation only
   succeeded intermittently, and as this problem was not detected or
   reported by the code, the device silently failed to send or receive any
   radio data on many openings.
 - Removed duplicate and possibly too early enabling of transmission,
   reception and interrupts.
2025-10-11 01:38:03 +01:00
..
2025-08-14 07:30:09 +02:00
2025-08-14 07:30:09 +02:00
2025-08-14 07:30:09 +02:00
2025-08-14 07:30:09 +02:00
2025-08-14 07:30:09 +02:00
2024-12-12 15:47:54 +01:00
2025-08-14 07:30:09 +02:00
2024-12-19 16:00:54 +01:00
2025-08-14 07:30:09 +02:00
2025-08-30 00:52:53 +01:00