]> 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)
commit71a4429d5f0cf4eb9bf13861604d6c9d5a8ce803
tree66a1fd010ce762aa48fcdc42501a58db339daa73
parentd569ba8efb5e94c106dc62d69a2509cdff7d8f19
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