From: Vasanthakumar Thiagarajan Date: Fri, 2 Mar 2012 10:20:02 +0000 (+0530) Subject: cfg80211: Add an attribute to set inactivity timeout in AP mode X-Git-Tag: v3.4-rc1~177^2~108^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b658f118b11de3c4052ed8cbdd5803cd1fa5670;p=pandora-kernel.git cfg80211: Add an attribute to set inactivity timeout in AP mode This patch adds an attribute, NL80211_ATTR_INACTIVITY_TIMEOUT, to set the inactivity timeout which can be used to remove the station in AP mode. This can be passed in NL80211_CMD_START_AP and used by the drivers which have AP MLME in firmware but don't support get_station() properly. To disable inactivity timer in userspace, wpa_s for example, there is a new flag, NL80211_FEATURE_INACTIVITY_TIMER, in nl80211_feature_flags through which drivers can register their capability to use the inactivity timeout to free the stations. Signed-off-by: Vasanthakumar Thiagarajan Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed