[RFC 0/2] mac80211: add support for ht_caps mcs rxmask override

From: Cedric DEBARGE
Date: Fri Feb 05 2016 - 13:11:52 EST


This patchset allows the ht_caps mcs rxmask to be defined on the fly.
It applies the given rxmask to all available bands.

This is actually limited to radio cards without internal rc.

Cedric DEBARGE (2):
cfg80211: add support for ht_caps mcs rxmask override
nl80211: add nl attribute to set ht_caps mcs rxmask override

include/net/cfg80211.h | 7 ++++++
include/uapi/linux/nl80211.h | 5 +++++
net/mac80211/cfg.c | 48 +++++++++++++++++++++++++++++++++++++++
net/mac80211/main.c | 53 +++++++++++++++++++++++++++++++++++++-------
net/wireless/nl80211.c | 18 +++++++++++++++
net/wireless/rdev-ops.h | 11 +++++++++
net/wireless/trace.h | 15 +++++++++++++
7 files changed, 149 insertions(+), 8 deletions(-)

--
1.9.1