commit | 2ea752cd2ce066c5d8c1807b5310ef329885cecb | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Tue Jul 14 08:31:55 2015 -0400 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jul 17 14:38:10 2015 +0200 |
tree | c0558477438bb369e1f30ce845f38ab7fd436a24 | |
parent | 042ab5fc7a80b934032fcc673a125feb36645b33 [diff] |
mac80211: correct aid location in peering frames According to 802.11-2012 8.5.16.3.2 AID comes directly after the capability bytes in mesh peering confirm frames. The existing code, however, was adding a 2 byte offset to this location, resulting in garbage data going out over the air. Remove the offset to fix it. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>