ath6kl: Configure inactivity timeout in fw
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Wed, 21 Mar 2012 15:28:39 +0000 (20:58 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 26 Mar 2012 13:28:39 +0000 (16:28 +0300)
commit03bdeb0d545340f7c2768e11c294d067e76de8c9
tree914f61c304ac2b39bf19408ed129db8c86e55fe4
parent0564161ea902c6c3e7e45ffd2df37bcb0d235acb
ath6kl: Configure inactivity timeout in fw

Configure the inactivity timeout passed in start_ap() to
firmware. This capability is advertised only when fw supports
it, there is a new bit (ATH6KL_FW_CAPABILITY_INACTIVITY_TIMEOUT)
in firmware capability ie for driver to learn fw's capability.
After the fw finds out the station is inactive, it will probe
the station with null func frames. By default, the timeout is
10 secs.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c
drivers/net/wireless/ath/ath6kl/core.h
drivers/net/wireless/ath/ath6kl/wmi.c
drivers/net/wireless/ath/ath6kl/wmi.h