Re: [RFC 2/2] mac80211: store low ack threshold in bss config

2015-03-04 Thread Johannes Berg
On Tue, 2015-03-03 at 17:53 +0530, Rajkumar Manoharan wrote: Store the low ack threshold configured by user in BSS config. This will be used by driver for triggering low ack event whenever the station is not ACKing the number of frames mentioned in threshold. Err, this cannot possibly be

[RFC 2/2] mac80211: store low ack threshold in bss config

2015-03-03 Thread Rajkumar Manoharan
Store the low ack threshold configured by user in BSS config. This will be used by driver for triggering low ack event whenever the station is not ACKing the number of frames mentioned in threshold. Signed-off-by: Rajkumar Manoharan rmano...@qti.qualcomm.com --- include/net/mac80211.h | 3 +++