commit | a7f26d8050c4f172d2dc523aabf45c5cbd9558ac | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sat Aug 05 11:44:32 2017 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Sep 21 11:41:58 2017 +0200 |
tree | 10cd12a753c012c73e70ae367c9237a01993b024 | |
parent | 2512b1b18d0748d867bb22387db7c86b903291ad [diff] |
mac80211: simplify and clarify IE splitting There's no need to split off IEs from the ones obtained from userspace, if they were already split off, so for example IEs that went before HT don't have to be listed again to go before VHT. Simplify the code here so it's clearer. While at it, also clarify the comments regarding the DMG (60 GHz) elements. Signed-off-by: Johannes Berg <johannes.berg@intel.com>