aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/regulatory.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-07-15 14:57:33 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-07-20 16:44:35 -0400
commit4f366c5dabcb936dd5754a35188bd699181fe1ce (patch)
tree1a35b5e9936554634fb36f3adb1bcbffef4a5375 /include/net/regulatory.h
parentmac80211: set carrier on for monitor interfaces on ieee80211_open (diff)
downloadlinux-dev-4f366c5dabcb936dd5754a35188bd699181fe1ce.tar.xz
linux-dev-4f366c5dabcb936dd5754a35188bd699181fe1ce.zip
wireless: only use alpha2 regulatory information from country IE
The meaning and/or usage of the country IE is somewhat poorly defined. In practice, this means that regulatory rulesets in a country IE are often incomplete and might be untrustworthy. This removes the code associated with interpreting those rulesets while preserving respect for country "alpha2" codes also contained in the country IE. Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/regulatory.h')
-rw-r--r--include/net/regulatory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/regulatory.h b/include/net/regulatory.h
index f873ee37f7e4..9e103a4e91ee 100644
--- a/include/net/regulatory.h
+++ b/include/net/regulatory.h
@@ -54,7 +54,6 @@ struct regulatory_request {
enum nl80211_reg_initiator initiator;
char alpha2[2];
bool intersect;
- u32 country_ie_checksum;
enum environment_cap country_ie_env;
struct list_head list;
};