summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/core.h
diff options
context:
space:
mode:
authorRaja Mani <rmani@qca.qualcomm.com>2012-04-16 16:09:56 +0530
committerKalle Valo <kvalo@qca.qualcomm.com>2012-04-18 12:56:38 +0300
commiteb38987e899369d936c55f93f631062c417435d2 (patch)
treec766c5cfa542d93a60402efe47703c5ba049af39 /drivers/net/wireless/ath/ath6kl/core.h
parentebc6a5332f69c3ce2b071015817fb1cb149217c1 (diff)
downloadlinux-eb38987e899369d936c55f93f631062c417435d2.tar.bz2
ath6kl: Retain bg scan period value modified by the user
Added a new member bg_scan_period in struct ath6kl_vif to retain background scan period value configured via debugfs entry 'bgscan_interval'. This backup is needed in schedule scan path while configuring scan parameters. Signed-off-by: Raja Mani <rmani@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/core.h')
-rw-r--r--drivers/net/wireless/ath/ath6kl/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/core.h b/drivers/net/wireless/ath/ath6kl/core.h
index 280f305e599d..a97cb836106a 100644
--- a/drivers/net/wireless/ath/ath6kl/core.h
+++ b/drivers/net/wireless/ath/ath6kl/core.h
@@ -557,6 +557,7 @@ struct ath6kl_vif {
u16 assoc_bss_beacon_int;
u16 listen_intvl_t;
u16 bmiss_time_t;
+ u16 bg_scan_period;
u8 assoc_bss_dtim_period;
struct net_device_stats net_stats;
struct target_stats target_stats;