diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2012-01-24 23:50:25 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-01-27 14:57:03 -0500 |
commit | c4f3b9725ed476adbcaf1c49d882ab541bc4214c (patch) | |
tree | a46fbb97f8df8cf8faa8bb4f1b3ee7851a83a155 /drivers/net/wireless/mwifiex/main.h | |
parent | 2690e1bb35e97a3b15f0064e9176cd2ec61c2511 (diff) |
mwifiex: update BSS parameters in dump_station_info()
This enables user to check beacon interval, DTIM period, short slot
time and short preamble information using "iw dev mlan0 link" command
when station is in connected state.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index 6712ea89ef78..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]; |