From: Lorenzo Bianconi Date: Thu, 4 Sep 2014 21:57:40 +0000 (+0200) Subject: cfg80211: enable dynack through nl80211 X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~50^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3057dbfdab1b86a77ed6d512fc857b032f78663b;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed