cfg80211: handle fragmented IEs in splitting
authorJohannes Berg <johannes.berg@intel.com>
Fri, 4 Sep 2015 18:03:23 +0000 (20:03 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 27 Oct 2016 14:03:27 +0000 (16:03 +0200)
commit8ac63448651f579494894f9687a759b9112967df
tree763277cdb472857c5e07d87f16dfa198dfc03b5e
parentce0ce13a1c89ff8b94b7f8fb32eb4c43e111c82e
cfg80211: handle fragmented IEs in splitting

The IEs "output" can sometimes combine IEs coming from userspace
with IEs generated in the kernel - in particular mac80211 does
this for association frames.

Add support in this code for the 802.11 IE fragmentation.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/util.c