cfg80211: enable dynack through nl80211
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Thu, 4 Sep 2014 21:57:40 +0000 (23:57 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 5 Sep 2014 11:54:03 +0000 (13:54 +0200)
commit3057dbfdab1b86a77ed6d512fc857b032f78663b
treeff0cc509ea5665424c337da9ca87ab268613d0de
parenteaa336b0f5087addb32217e6a70845ed57249f76
cfg80211: enable dynack through nl80211

Enable ACK timeout estimation algorithm (dynack) using mac80211
set_coverage_class API. Dynack is activated passing coverage class equals to -1
to lower drivers and it is automatically disabled setting valid value for
coverage class.
Define NL80211_ATTR_WIPHY_DYN_ACK flag attribute to enable dynack from
userspace. In order to activate dynack NL80211_FEATURE_ACKTO_ESTIMATION feature
flag must be set by lower drivers to indicate dynack capability.

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c