diff options
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index 3186aa437f42..3dc0f721c1db 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h | |||
@@ -249,6 +249,7 @@ struct mwifiex_bssdescriptor { | |||
249 | u32 channel; | 249 | u32 channel; |
250 | u32 freq; | 250 | u32 freq; |
251 | u16 beacon_period; | 251 | u16 beacon_period; |
252 | u8 dtim_period; | ||
252 | u8 erp_flags; | 253 | u8 erp_flags; |
253 | u32 bss_mode; | 254 | u32 bss_mode; |
254 | u8 supported_rates[MWIFIEX_SUPPORTED_RATES]; | 255 | u8 supported_rates[MWIFIEX_SUPPORTED_RATES]; |
@@ -352,7 +353,6 @@ struct mwifiex_private; | |||
352 | 353 | ||
353 | struct mwifiex_private { | 354 | struct mwifiex_private { |
354 | struct mwifiex_adapter *adapter; | 355 | struct mwifiex_adapter *adapter; |
355 | u8 bss_index; | ||
356 | u8 bss_type; | 356 | u8 bss_type; |
357 | u8 bss_role; | 357 | u8 bss_role; |
358 | u8 bss_priority; | 358 | u8 bss_priority; |
@@ -884,8 +884,6 @@ mwifiex_netdev_get_priv(struct net_device *dev) | |||
884 | return (struct mwifiex_private *) (*(unsigned long *) netdev_priv(dev)); | 884 | return (struct mwifiex_private *) (*(unsigned long *) netdev_priv(dev)); |
885 | } | 885 | } |
886 | 886 | ||
887 | struct mwifiex_private *mwifiex_bss_index_to_priv(struct mwifiex_adapter | ||
888 | *adapter, u8 bss_index); | ||
889 | int mwifiex_init_shutdown_fw(struct mwifiex_private *priv, | 887 | int mwifiex_init_shutdown_fw(struct mwifiex_private *priv, |
890 | u32 func_init_shutdown); | 888 | u32 func_init_shutdown); |
891 | int mwifiex_add_card(void *, struct semaphore *, struct mwifiex_if_ops *, u8); | 889 | int mwifiex_add_card(void *, struct semaphore *, struct mwifiex_if_ops *, u8); |