]> git.baikalelectronics.ru Git - kernel.git/commit
radiotap: fix vendor namespace parsing
authorJohannes Berg <johannes.berg@intel.com>
Thu, 14 Oct 2010 11:41:35 +0000 (13:41 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 15 Oct 2010 19:57:34 +0000 (15:57 -0400)
commitc790a42da53b25d2dab6e8b944ddb7af2af4a8f1
treed991c017031d7da8b58bc707809a12eef7320557
parent8cfe6b84f200f2b23db8e456b2ba6ce3ea6ec4f5
radiotap: fix vendor namespace parsing

There's a bug with radiotap vendor namespace
parsing if you don't register for the given
namespace extensions. Fix this by passing
only the unknown vendor namespaces and the
registered data to frontends, but not both.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/radiotap.c