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)
commit9ebad4ab87f2ffa6eca825327721e647c7457264
treed991c017031d7da8b58bc707809a12eef7320557
parent94a40c0c6bcc47ceba12e0247c5a23fb1e6c81e4
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