diff options
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r-- | drivers/net/wireless/p54/p54.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index ebe1ea1f565b..d2dbb9e15d97 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -85,7 +85,6 @@ struct p54_common { | |||
85 | struct mutex conf_mutex; | 85 | struct mutex conf_mutex; |
86 | u8 mac_addr[ETH_ALEN]; | 86 | u8 mac_addr[ETH_ALEN]; |
87 | u8 bssid[ETH_ALEN]; | 87 | u8 bssid[ETH_ALEN]; |
88 | u16 mac_mode; | ||
89 | struct pda_iq_autocal_entry *iq_autocal; | 88 | struct pda_iq_autocal_entry *iq_autocal; |
90 | unsigned int iq_autocal_len; | 89 | unsigned int iq_autocal_len; |
91 | struct pda_channel_output_limit *output_limit; | 90 | struct pda_channel_output_limit *output_limit; |
@@ -95,7 +94,6 @@ struct p54_common { | |||
95 | bool use_short_slot; | 94 | bool use_short_slot; |
96 | u16 rxhw; | 95 | u16 rxhw; |
97 | u8 version; | 96 | u8 version; |
98 | u8 rx_antenna; | ||
99 | unsigned int tx_hdr_len; | 97 | unsigned int tx_hdr_len; |
100 | unsigned int fw_var; | 98 | unsigned int fw_var; |
101 | unsigned int fw_interface; | 99 | unsigned int fw_interface; |