Skip to content

Commit

Permalink
wireless: only use alpha2 regulatory information from country IE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John W. Linville committed Jul 20, 2010
1 parent 53e9b1d commit 4f366c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 614 deletions.
1 change: 0 additions & 1 deletion include/net/regulatory.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
Loading

0 comments on commit 4f366c5

Please sign in to comment.