diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-12-30 13:48:19 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 15:59:43 -0500 |
commit | 78eb7484fadddd2860d4503b3c8c1710c1bfa1b3 (patch) | |
tree | 68b4d542b4db265ed86431cc40e8306bc50e514d /drivers/net/wireless/p54/p54.h | |
parent | 295834fe3605fd50265399c266fe0a5ccc76edc8 (diff) | |
download | blackbird-op-linux-78eb7484fadddd2860d4503b3c8c1710c1bfa1b3.tar.gz blackbird-op-linux-78eb7484fadddd2860d4503b3c8c1710c1bfa1b3.zip |
p54: enable rx/tx antenna diversity by eeprom bits
Respect all documented bits in the eeprom about the device diversity features.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r-- | drivers/net/wireless/p54/p54.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index ab79e32f0b27..6bd147c47ae0 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h @@ -99,6 +99,8 @@ struct p54_common { struct mutex conf_mutex; u8 mac_addr[ETH_ALEN]; u8 bssid[ETH_ALEN]; + u8 rx_diversity_mask; + u8 tx_diversity_mask; struct pda_iq_autocal_entry *iq_autocal; unsigned int iq_autocal_len; struct pda_channel_output_limit *output_limit; |