diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-06-25 04:24:30 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-26 14:28:51 -0400 |
commit | fb1c078edb50376c14e049b22b10768b8245428a (patch) | |
tree | e9fcf85128d28ae46f74f0ac530e9597e83e5a82 /drivers | |
parent | fad29cd2f59949581050a937786c2c9bc78b2f04 (diff) |
ath9k_htc: Change default listen interval to 1
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_init.c b/drivers/net/wireless/ath/ath9k/htc_drv_init.c index 25213d521bc2..cac6ff4cd14f 100644 --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c | |||
@@ -718,7 +718,7 @@ static void ath9k_set_hw_capab(struct ath9k_htc_priv *priv, | |||
718 | 718 | ||
719 | hw->queues = 4; | 719 | hw->queues = 4; |
720 | hw->channel_change_time = 5000; | 720 | hw->channel_change_time = 5000; |
721 | hw->max_listen_interval = 10; | 721 | hw->max_listen_interval = 1; |
722 | 722 | ||
723 | hw->vif_data_size = sizeof(struct ath9k_htc_vif); | 723 | hw->vif_data_size = sizeof(struct ath9k_htc_vif); |
724 | hw->sta_data_size = sizeof(struct ath9k_htc_sta); | 724 | hw->sta_data_size = sizeof(struct ath9k_htc_sta); |