commit | e33f5569aafadfa68aea32457a9246818d3dfe48 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Mar 20 16:01:52 2015 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Mar 20 16:27:36 2015 +0100 |
tree | f6f1c3c220af922320ece867a35ec4a0d69c814c | |
parent | a8d15ff0050aef96a14a185b5138f01f98109b40 [diff] |
mac80211: mesh: avoid pointless station lookup In ieee80211_build_hdr(), the station is looked up to build the header correctly (QoS field) and to check for authorization. For mesh, authorization isn't checked here, and QoS capability is mandatory, so the station lookup can be avoided. Signed-off-by: Johannes Berg <johannes.berg@intel.com>