]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7a5a4f8a7d621fe4f5772ee576fd96ffe4596a4d
tree763277cdb472857c5e07d87f16dfa198dfc03b5e
parentfeff499f69440f7e052d713762d529508dbba2bf
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