diff options
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 50730fc23fe5..799d05e12595 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -211,8 +211,10 @@ struct p54_common { | |||
211 | /* BBP/MAC state */ | 211 | /* BBP/MAC state */ |
212 | u8 mac_addr[ETH_ALEN]; | 212 | u8 mac_addr[ETH_ALEN]; |
213 | u8 bssid[ETH_ALEN]; | 213 | u8 bssid[ETH_ALEN]; |
214 | u8 mc_maclist[4][ETH_ALEN]; | ||
214 | u16 wakeup_timer; | 215 | u16 wakeup_timer; |
215 | unsigned int filter_flags; | 216 | unsigned int filter_flags; |
217 | int mc_maclist_num; | ||
216 | int mode; | 218 | int mode; |
217 | u32 tsf_low32, tsf_high32; | 219 | u32 tsf_low32, tsf_high32; |
218 | u32 basic_rate_mask; | 220 | u32 basic_rate_mask; |