commit | 8ac63448651f579494894f9687a759b9112967df | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Sep 04 20:03:23 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Oct 27 16:03:27 2016 +0200 |
tree | 763277cdb472857c5e07d87f16dfa198dfc03b5e | |
parent | ce0ce13a1c89ff8b94b7f8fb32eb4c43e111c82e [diff] |
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>