diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index a072a9eb3f3e..133fc6dc3929 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h | |||
@@ -358,6 +358,13 @@ struct ath_led { | |||
358 | 358 | ||
359 | #define BSTUCK_THRESHOLD 10 | 359 | #define BSTUCK_THRESHOLD 10 |
360 | 360 | ||
361 | /* | ||
362 | * Adjust these when the max. no of beaconing interfaces is | ||
363 | * increased. | ||
364 | */ | ||
365 | #define DEFAULT_SWBA_RESPONSE 40 /* in TUs */ | ||
366 | #define MIN_SWBA_RESPONSE 10 /* in TUs */ | ||
367 | |||
361 | struct htc_beacon_config { | 368 | struct htc_beacon_config { |
362 | struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; | 369 | struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; |
363 | u16 beacon_interval; | 370 | u16 beacon_interval; |