]> git.baikalelectronics.ru Git - kernel.git/commit
nl80211: remove radar information
authorJohannes Berg <johannes.berg@intel.com>
Mon, 18 Feb 2013 22:44:38 +0000 (23:44 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Feb 2013 23:09:20 +0000 (00:09 +0100)
commit09a56ef3180a634230dae14bcbb53900e7832147
tree66a1fd010ce762aa48fcdc42501a58db339daa73
parent0d0a5cffe30ad5af0a4decf6ae18b0a96d48033f
nl80211: remove radar information

The wiphy information is getting very close to being too
much for a typical netlink dump message and adding the
radar attributes to channels and interface combinations
can push it over the limit, which means userspace gets no
information whatsoever. Therefore, remove these again for
now, no driver actually supports radar detection anyway
and a modified userspace is required as well.

We're working on a solution that will allow userspace to
request splitting the information across multiple netlink
messages, which will allow us to add this back.

Cc: Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c