cfg80211: Add regulatory domain intersection capability
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 30 Oct 2008 20:33:53 +0000 (13:33 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Nov 2008 20:17:41 +0000 (15:17 -0500)
commit9c96477d10763d4314012425ecc8a3cff9e60ea9
tree8e49cd68ea62824667b80550ee6fe3a730693033
parentd71aaf6053e380996e40c9ecfe39a8dced52694c
cfg80211: Add regulatory domain intersection capability

There are certain scenerios where we require intersecting
two regulatory domains. This adds intersection support.
When we enable 802.11d support we will use this to intersect
the regulatory domain from the AP's country IE and what our
regulatory agent believes is correct for a country.

This patch enables intersection for now in the case where
the last regdomain was set by a country IE which was parsed
and the user then wants to set the regulatory domain. Since
we don't support country IE parsing yet this code path will not
be hit, however this allows us to pave the way for 11d support.

Intersection code has been tested in userspace with CRDA.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/reg.c