]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: add WMM traffic stream API
authorJohannes Berg <johannes.berg@intel.com>
Tue, 9 Sep 2014 19:55:35 +0000 (22:55 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 11 Sep 2014 10:21:18 +0000 (12:21 +0200)
commitb32d1e906e9a90bd20fba34b283dfc8b8058df8d
tree5b57554171de78264adaa953b125f6c741911e51
parent2506bf40b24322428677a24d41c2347d898611a1
cfg80211: add WMM traffic stream API

Add nl80211 and driver API to validate, add and delete traffic
streams with appropriate settings.

The API calls for userspace doing the action frame handshake
with the peer, and then allows only to set up the parameters
in the driver. To avoid setting up a session only to tear it
down again, the validate API is provided, but the real usage
later can still fail so userspace must be prepared for that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c
net/wireless/rdev-ops.h
net/wireless/trace.h