cfg80211: Add support for QoS mapping
authorKyeyoon Park <kyeyoonp@qca.qualcomm.com>
Tue, 17 Dec 2013 07:01:30 +0000 (23:01 -0800)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 19 Dec 2013 15:29:22 +0000 (16:29 +0100)
commitfa9ffc745610f31c6bc136d5a6a1782e00870e72
treeadb2799c4d6a78a95d291582a02c42027b2527c2
parent567ffc3509b2d3f965a49a18631d3da7f9a96d4f
cfg80211: Add support for QoS mapping

This allows QoS mapping from external networks to be implemented as
defined in IEEE Std 802.11-2012, 10.24.9. APs can use this to advertise
DSCP ranges and exceptions for mapping frames to a specific UP over
Wi-Fi.

The payload of the QoS Map Set element (IEEE Std 802.11-2012, 8.4.2.97)
is sent to the driver through the new NL80211_ATTR_QOS_MAP attribute to
configure the local behavior either on the AP (based on local
configuration) or on a station (based on information received from the
AP).

Signed-off-by: Kyeyoon Park <kyeyoonp@qca.qualcomm.com>
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
13 files changed:
drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c
drivers/net/wireless/mwifiex/main.c
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/mac80211/wme.c
net/wireless/ap.c
net/wireless/ibss.c
net/wireless/mesh.c
net/wireless/nl80211.c
net/wireless/rdev-ops.h
net/wireless/sme.c
net/wireless/trace.h
net/wireless/util.c