Re: [RFC 1/2] nl80211: Add support to configure low ack threshold

2015-03-04 Thread Johannes Berg
On Tue, 2015-03-03 at 17:53 +0530, Rajkumar Manoharan wrote: @@ -696,6 +698,7 @@ struct cfg80211_ap_settings { u8 p2p_ctwindow; bool p2p_opp_ps; const struct cfg80211_acl_data *acl; + int low_ack_threshold; should probably be unsigned? }; /** diff --git

[RFC 1/2] nl80211: Add support to configure low ack threshold

2015-03-03 Thread Rajkumar Manoharan
Add a new nl80211 attribute to configure low ack threshold (number of consecutive frames) not being acked by station. This threshold is used to kickout station by driver through low ack event. This allows user to tune the parameter to improve robustness under noisy environment. Signed-off-by: