regulatory: fix world regulatory domain data
authorJohannes Berg <johannes.berg@intel.com>
Fri, 11 Dec 2015 16:35:50 +0000 (17:35 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 14 Jan 2016 10:10:13 +0000 (11:10 +0100)
commitc3826807bbb3de693208da4ecb9c9602de16c616
tree02ee0f582c2389fd4444a5d0877c456b2938ae7d
parent94c4fd641e1bc438092f0214bb5ec77ea73b13cf
regulatory: fix world regulatory domain data

The rule definitions here aren't really valid, they would
be rejected if it came from userspace due to the bandwidth
specified being bigger than the rule's width.

This is fairly much inconsequential since the other rules
around them do enable the bandwidth, but express that better
using the NL80211_RRF_AUTO_BW flag.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/reg.c