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)
commit1c33a0594583059afc983b5ad3c3352849cd5205
tree66a1fd010ce762aa48fcdc42501a58db339daa73
parent1b91731d23a3dd8e8d7e3ee21b8c6d6d4cde62c1
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