Adrian Chadd 7dd51df82f After discussion with Felix Fietkau (nbd) about the ath9k Merlin LNA bit
settings, it seems that our defines are backwards and don't match what
is in the EEPROM documentation or internal driver.

The ath9k code used to have a bitfield here, rather than a uint8_t, and
there were #defines used to swap the order based on the endian of the
platform - this wasn't because of nybble or bit ordering of the
underlying host but because of what the compiler was doing.

This may be the reason for the backwards field numbers, as ath9k had
similar issues.
2011-03-25 00:45:24 +00:00
..
2011-03-24 15:09:36 +00:00
2011-03-24 21:31:32 +00:00
2011-03-17 00:29:53 +00:00
2011-03-24 21:31:32 +00:00
2011-02-21 09:01:34 +00:00
2011-03-24 21:31:32 +00:00
2010-12-05 10:15:23 +00:00
2011-03-16 16:44:08 +00:00