]> git.baikalelectronics.ru Git - kernel.git/commit
wireless: clean up regulatory ignore_request function
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 24 Oct 2008 18:32:22 +0000 (20:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:02:31 +0000 (19:02 -0400)
commitdc02c691253b598bdfd99a94ce0fadecdf2ee781
treeb3378f86c564bfd1eff5af34c7405c094c8782f1
parent92e7b2f4af2a0d47437aa7845123c04e9435b617
wireless: clean up regulatory ignore_request function

This function has a few WARNs that may eventually trigger
when an AP sends rogue beacons, those must be removed. Some
of the comments in the function are also inappropriate as
this function is concerned with the global hint, not a per-
wiphy thing (which a multidomain flag on a wiphy would imply).

I'm convinced that we don't need to do anything to implement
multi-domain capability as 802.11-2007 specifies it because
it makes only two things mandatory:
 * starting of BSS/IBSS must have country information
   (this can easily be done with a mac80211 patch)
 * a STA must adopt the country information (we already have
   the framework for this)

But we don't have anything implemented anyway for now.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/reg.c