blob: f386981734a01176eb732d933046c4d40c96d133 [file] [log] [blame]
Johannes Berg8318d782008-01-24 19:38:38 +01001/*
2 * Copyright 2002-2005, Instant802 Networks, Inc.
3 * Copyright 2005-2006, Devicescape Software, Inc.
4 * Copyright 2007 Johannes Berg <johannes@sipsolutions.net>
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07005 * Copyright 2008 Luis R. Rodriguez <lrodriguz@atheros.com>
Johannes Berg8318d782008-01-24 19:38:38 +01006 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070012/**
13 * DOC: Wireless regulatory infrastructure
Johannes Berg8318d782008-01-24 19:38:38 +010014 *
15 * The usual implementation is for a driver to read a device EEPROM to
16 * determine which regulatory domain it should be operating under, then
17 * looking up the allowable channels in a driver-local table and finally
18 * registering those channels in the wiphy structure.
19 *
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070020 * Another set of compliance enforcement is for drivers to use their
21 * own compliance limits which can be stored on the EEPROM. The host
22 * driver or firmware may ensure these are used.
23 *
24 * In addition to all this we provide an extra layer of regulatory
25 * conformance. For drivers which do not have any regulatory
26 * information CRDA provides the complete regulatory solution.
27 * For others it provides a community effort on further restrictions
28 * to enhance compliance.
29 *
30 * Note: When number of rules --> infinity we will not be able to
31 * index on alpha2 any more, instead we'll probably have to
32 * rely on some SHA1 checksum of the regdomain for example.
33 *
Johannes Berg8318d782008-01-24 19:38:38 +010034 */
35#include <linux/kernel.h>
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070036#include <linux/list.h>
37#include <linux/random.h>
38#include <linux/nl80211.h>
39#include <linux/platform_device.h>
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070040#include <net/cfg80211.h>
Johannes Berg8318d782008-01-24 19:38:38 +010041#include "core.h"
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070042#include "reg.h"
Luis R. Rodriguez73d54c92009-03-09 22:07:42 -040043#include "nl80211.h"
Johannes Berg8318d782008-01-24 19:38:38 +010044
Luis R. Rodriguez5166ccd2008-10-30 13:33:56 -070045/* Receipt of information from last regulatory request */
Johannes Bergf6037d02008-10-21 11:01:33 +020046static struct regulatory_request *last_request;
Johannes Berg734366d2008-09-15 10:56:48 +020047
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -070048/* To trigger userspace events */
49static struct platform_device *reg_pdev;
Johannes Berg8318d782008-01-24 19:38:38 +010050
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -050051/*
52 * Central wireless core regulatory domains, we only need two,
Johannes Berg734366d2008-09-15 10:56:48 +020053 * the current one and a world regulatory domain in case we have no
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -050054 * information to give us an alpha2
55 */
Luis R. Rodriguezf1303472009-01-30 09:26:42 -080056const struct ieee80211_regdomain *cfg80211_regdomain;
Johannes Berg734366d2008-09-15 10:56:48 +020057
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -050058/*
59 * We use this as a place for the rd structure built from the
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -080060 * last parsed country IE to rest until CRDA gets back to us with
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -050061 * what it thinks should apply for the same country
62 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -080063static const struct ieee80211_regdomain *country_ie_regdomain;
64
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -050065/* Used to queue up regulatory hints */
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -050066static LIST_HEAD(reg_requests_list);
67static spinlock_t reg_requests_lock;
68
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -050069/* Used to queue up beacon hints for review */
70static LIST_HEAD(reg_pending_beacons);
71static spinlock_t reg_pending_beacons_lock;
72
73/* Used to keep track of processed beacon hints */
74static LIST_HEAD(reg_beacon_list);
75
76struct reg_beacon {
77 struct list_head list;
78 struct ieee80211_channel chan;
79};
80
Johannes Berg734366d2008-09-15 10:56:48 +020081/* We keep a static world regulatory domain in case of the absence of CRDA */
82static const struct ieee80211_regdomain world_regdom = {
Luis R. Rodriguez611b6a82009-03-05 21:19:21 -080083 .n_reg_rules = 5,
Johannes Berg734366d2008-09-15 10:56:48 +020084 .alpha2 = "00",
85 .reg_rules = {
Luis R. Rodriguez68798a62009-02-21 00:20:37 -050086 /* IEEE 802.11b/g, channels 1..11 */
87 REG_RULE(2412-10, 2462+10, 40, 6, 20, 0),
Luis R. Rodriguez611b6a82009-03-05 21:19:21 -080088 /* IEEE 802.11b/g, channels 12..13. No HT40
89 * channel fits here. */
90 REG_RULE(2467-10, 2472+10, 20, 6, 20,
Luis R. Rodriguez3fc71f72009-02-21 00:20:38 -050091 NL80211_RRF_PASSIVE_SCAN |
92 NL80211_RRF_NO_IBSS),
Luis R. Rodriguez611b6a82009-03-05 21:19:21 -080093 /* IEEE 802.11 channel 14 - Only JP enables
94 * this and for 802.11b only */
95 REG_RULE(2484-10, 2484+10, 20, 6, 20,
96 NL80211_RRF_PASSIVE_SCAN |
97 NL80211_RRF_NO_IBSS |
98 NL80211_RRF_NO_OFDM),
99 /* IEEE 802.11a, channel 36..48 */
Luis R. Rodriguezec329ac2009-03-05 21:19:22 -0800100 REG_RULE(5180-10, 5240+10, 40, 6, 20,
Luis R. Rodriguez611b6a82009-03-05 21:19:21 -0800101 NL80211_RRF_PASSIVE_SCAN |
102 NL80211_RRF_NO_IBSS),
Luis R. Rodriguez3fc71f72009-02-21 00:20:38 -0500103
104 /* NB: 5260 MHz - 5700 MHz requies DFS */
105
106 /* IEEE 802.11a, channel 149..165 */
Luis R. Rodriguezec329ac2009-03-05 21:19:22 -0800107 REG_RULE(5745-10, 5825+10, 40, 6, 20,
Luis R. Rodriguez3fc71f72009-02-21 00:20:38 -0500108 NL80211_RRF_PASSIVE_SCAN |
109 NL80211_RRF_NO_IBSS),
Johannes Berg734366d2008-09-15 10:56:48 +0200110 }
111};
112
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200113static const struct ieee80211_regdomain *cfg80211_world_regdom =
114 &world_regdom;
Johannes Berg734366d2008-09-15 10:56:48 +0200115
Luis R. Rodriguez6ee7d332009-03-20 23:53:06 -0400116static char *ieee80211_regdom = "00";
Luis R. Rodriguez6ee7d332009-03-20 23:53:06 -0400117
Johannes Berg734366d2008-09-15 10:56:48 +0200118module_param(ieee80211_regdom, charp, 0444);
119MODULE_PARM_DESC(ieee80211_regdom, "IEEE 802.11 regulatory domain code");
120
Luis R. Rodriguez6ee7d332009-03-20 23:53:06 -0400121#ifdef CONFIG_WIRELESS_OLD_REGULATORY
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500122/*
123 * We assume 40 MHz bandwidth for the old regulatory work.
Johannes Berg734366d2008-09-15 10:56:48 +0200124 * We make emphasis we are using the exact same frequencies
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500125 * as before
126 */
Johannes Berg734366d2008-09-15 10:56:48 +0200127
128static const struct ieee80211_regdomain us_regdom = {
129 .n_reg_rules = 6,
130 .alpha2 = "US",
131 .reg_rules = {
132 /* IEEE 802.11b/g, channels 1..11 */
133 REG_RULE(2412-10, 2462+10, 40, 6, 27, 0),
134 /* IEEE 802.11a, channel 36 */
135 REG_RULE(5180-10, 5180+10, 40, 6, 23, 0),
136 /* IEEE 802.11a, channel 40 */
137 REG_RULE(5200-10, 5200+10, 40, 6, 23, 0),
138 /* IEEE 802.11a, channel 44 */
139 REG_RULE(5220-10, 5220+10, 40, 6, 23, 0),
140 /* IEEE 802.11a, channels 48..64 */
141 REG_RULE(5240-10, 5320+10, 40, 6, 23, 0),
142 /* IEEE 802.11a, channels 149..165, outdoor */
143 REG_RULE(5745-10, 5825+10, 40, 6, 30, 0),
144 }
145};
146
147static const struct ieee80211_regdomain jp_regdom = {
148 .n_reg_rules = 3,
149 .alpha2 = "JP",
150 .reg_rules = {
151 /* IEEE 802.11b/g, channels 1..14 */
152 REG_RULE(2412-10, 2484+10, 40, 6, 20, 0),
153 /* IEEE 802.11a, channels 34..48 */
154 REG_RULE(5170-10, 5240+10, 40, 6, 20,
155 NL80211_RRF_PASSIVE_SCAN),
156 /* IEEE 802.11a, channels 52..64 */
157 REG_RULE(5260-10, 5320+10, 40, 6, 20,
158 NL80211_RRF_NO_IBSS |
159 NL80211_RRF_DFS),
160 }
161};
162
163static const struct ieee80211_regdomain eu_regdom = {
164 .n_reg_rules = 6,
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500165 /*
166 * This alpha2 is bogus, we leave it here just for stupid
167 * backward compatibility
168 */
Johannes Berg734366d2008-09-15 10:56:48 +0200169 .alpha2 = "EU",
170 .reg_rules = {
171 /* IEEE 802.11b/g, channels 1..13 */
172 REG_RULE(2412-10, 2472+10, 40, 6, 20, 0),
173 /* IEEE 802.11a, channel 36 */
174 REG_RULE(5180-10, 5180+10, 40, 6, 23,
175 NL80211_RRF_PASSIVE_SCAN),
176 /* IEEE 802.11a, channel 40 */
177 REG_RULE(5200-10, 5200+10, 40, 6, 23,
178 NL80211_RRF_PASSIVE_SCAN),
179 /* IEEE 802.11a, channel 44 */
180 REG_RULE(5220-10, 5220+10, 40, 6, 23,
181 NL80211_RRF_PASSIVE_SCAN),
182 /* IEEE 802.11a, channels 48..64 */
183 REG_RULE(5240-10, 5320+10, 40, 6, 20,
184 NL80211_RRF_NO_IBSS |
185 NL80211_RRF_DFS),
186 /* IEEE 802.11a, channels 100..140 */
187 REG_RULE(5500-10, 5700+10, 40, 6, 30,
188 NL80211_RRF_NO_IBSS |
189 NL80211_RRF_DFS),
190 }
191};
192
193static const struct ieee80211_regdomain *static_regdom(char *alpha2)
194{
195 if (alpha2[0] == 'U' && alpha2[1] == 'S')
196 return &us_regdom;
197 if (alpha2[0] == 'J' && alpha2[1] == 'P')
198 return &jp_regdom;
199 if (alpha2[0] == 'E' && alpha2[1] == 'U')
200 return &eu_regdom;
201 /* Default, as per the old rules */
202 return &us_regdom;
203}
204
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200205static bool is_old_static_regdom(const struct ieee80211_regdomain *rd)
Johannes Berg734366d2008-09-15 10:56:48 +0200206{
207 if (rd == &us_regdom || rd == &jp_regdom || rd == &eu_regdom)
208 return true;
209 return false;
210}
Johannes Berg734366d2008-09-15 10:56:48 +0200211#else
Johannes Berg942b25c2008-09-15 11:26:47 +0200212static inline bool is_old_static_regdom(const struct ieee80211_regdomain *rd)
213{
214 return false;
215}
216#endif
217
Johannes Berg734366d2008-09-15 10:56:48 +0200218static void reset_regdomains(void)
219{
Johannes Berg942b25c2008-09-15 11:26:47 +0200220 /* avoid freeing static information or freeing something twice */
221 if (cfg80211_regdomain == cfg80211_world_regdom)
222 cfg80211_regdomain = NULL;
223 if (cfg80211_world_regdom == &world_regdom)
224 cfg80211_world_regdom = NULL;
225 if (cfg80211_regdomain == &world_regdom)
226 cfg80211_regdomain = NULL;
227 if (is_old_static_regdom(cfg80211_regdomain))
228 cfg80211_regdomain = NULL;
229
230 kfree(cfg80211_regdomain);
231 kfree(cfg80211_world_regdom);
Johannes Berg734366d2008-09-15 10:56:48 +0200232
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200233 cfg80211_world_regdom = &world_regdom;
Johannes Berg734366d2008-09-15 10:56:48 +0200234 cfg80211_regdomain = NULL;
235}
236
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500237/*
238 * Dynamic world regulatory domain requested by the wireless
239 * core upon initialization
240 */
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200241static void update_world_regdomain(const struct ieee80211_regdomain *rd)
Johannes Berg734366d2008-09-15 10:56:48 +0200242{
Johannes Bergf6037d02008-10-21 11:01:33 +0200243 BUG_ON(!last_request);
Johannes Berg734366d2008-09-15 10:56:48 +0200244
245 reset_regdomains();
246
247 cfg80211_world_regdom = rd;
248 cfg80211_regdomain = rd;
249}
Johannes Berg734366d2008-09-15 10:56:48 +0200250
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200251bool is_world_regdom(const char *alpha2)
Johannes Berg8318d782008-01-24 19:38:38 +0100252{
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700253 if (!alpha2)
254 return false;
255 if (alpha2[0] == '0' && alpha2[1] == '0')
256 return true;
257 return false;
Johannes Berg8318d782008-01-24 19:38:38 +0100258}
259
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200260static bool is_alpha2_set(const char *alpha2)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700261{
262 if (!alpha2)
263 return false;
264 if (alpha2[0] != 0 && alpha2[1] != 0)
265 return true;
266 return false;
267}
Johannes Berg8318d782008-01-24 19:38:38 +0100268
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700269static bool is_alpha_upper(char letter)
270{
271 /* ASCII A - Z */
272 if (letter >= 65 && letter <= 90)
273 return true;
274 return false;
275}
276
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200277static bool is_unknown_alpha2(const char *alpha2)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700278{
279 if (!alpha2)
280 return false;
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500281 /*
282 * Special case where regulatory domain was built by driver
283 * but a specific alpha2 cannot be determined
284 */
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700285 if (alpha2[0] == '9' && alpha2[1] == '9')
286 return true;
287 return false;
288}
289
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800290static bool is_intersected_alpha2(const char *alpha2)
291{
292 if (!alpha2)
293 return false;
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500294 /*
295 * Special case where regulatory domain is the
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800296 * result of an intersection between two regulatory domain
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500297 * structures
298 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800299 if (alpha2[0] == '9' && alpha2[1] == '8')
300 return true;
301 return false;
302}
303
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200304static bool is_an_alpha2(const char *alpha2)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700305{
306 if (!alpha2)
307 return false;
308 if (is_alpha_upper(alpha2[0]) && is_alpha_upper(alpha2[1]))
309 return true;
310 return false;
311}
312
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200313static bool alpha2_equal(const char *alpha2_x, const char *alpha2_y)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700314{
315 if (!alpha2_x || !alpha2_y)
316 return false;
317 if (alpha2_x[0] == alpha2_y[0] &&
318 alpha2_x[1] == alpha2_y[1])
319 return true;
320 return false;
321}
322
Luis R. Rodriguez69b15722009-02-21 00:04:33 -0500323static bool regdom_changes(const char *alpha2)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700324{
Luis R. Rodriguez761cf7e2009-02-21 00:04:25 -0500325 assert_cfg80211_lock();
326
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700327 if (!cfg80211_regdomain)
328 return true;
329 if (alpha2_equal(cfg80211_regdomain->alpha2, alpha2))
330 return false;
331 return true;
332}
333
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800334/**
335 * country_ie_integrity_changes - tells us if the country IE has changed
336 * @checksum: checksum of country IE of fields we are interested in
337 *
338 * If the country IE has not changed you can ignore it safely. This is
339 * useful to determine if two devices are seeing two different country IEs
340 * even on the same alpha2. Note that this will return false if no IE has
341 * been set on the wireless core yet.
342 */
343static bool country_ie_integrity_changes(u32 checksum)
344{
345 /* If no IE has been set then the checksum doesn't change */
346 if (unlikely(!last_request->country_ie_checksum))
347 return false;
348 if (unlikely(last_request->country_ie_checksum != checksum))
349 return true;
350 return false;
351}
352
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500353/*
354 * This lets us keep regulatory code which is updated on a regulatory
355 * basis in userspace.
356 */
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700357static int call_crda(const char *alpha2)
358{
359 char country_env[9 + 2] = "COUNTRY=";
360 char *envp[] = {
361 country_env,
362 NULL
363 };
364
365 if (!is_world_regdom((char *) alpha2))
366 printk(KERN_INFO "cfg80211: Calling CRDA for country: %c%c\n",
367 alpha2[0], alpha2[1]);
368 else
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700369 printk(KERN_INFO "cfg80211: Calling CRDA to update world "
370 "regulatory domain\n");
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700371
372 country_env[8] = alpha2[0];
373 country_env[9] = alpha2[1];
374
375 return kobject_uevent_env(&reg_pdev->dev.kobj, KOBJ_CHANGE, envp);
376}
377
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700378/* Used by nl80211 before kmalloc'ing our regulatory domain */
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200379bool reg_is_valid_request(const char *alpha2)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700380{
Luis R. Rodriguez61405e92009-05-13 17:04:41 -0400381 assert_cfg80211_lock();
382
Johannes Bergf6037d02008-10-21 11:01:33 +0200383 if (!last_request)
384 return false;
385
386 return alpha2_equal(last_request->alpha2, alpha2);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700387}
388
389/* Sanity check on a regulatory rule */
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200390static bool is_valid_reg_rule(const struct ieee80211_reg_rule *rule)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700391{
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200392 const struct ieee80211_freq_range *freq_range = &rule->freq_range;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700393 u32 freq_diff;
394
Luis R. Rodriguez91e99002008-11-12 14:21:55 -0800395 if (freq_range->start_freq_khz <= 0 || freq_range->end_freq_khz <= 0)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700396 return false;
397
398 if (freq_range->start_freq_khz > freq_range->end_freq_khz)
399 return false;
400
401 freq_diff = freq_range->end_freq_khz - freq_range->start_freq_khz;
402
Roel Kluinbd05f282009-03-03 22:55:21 +0100403 if (freq_range->end_freq_khz <= freq_range->start_freq_khz ||
404 freq_range->max_bandwidth_khz > freq_diff)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700405 return false;
406
407 return true;
408}
409
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200410static bool is_valid_rd(const struct ieee80211_regdomain *rd)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700411{
Johannes Berga3d2eaf2008-09-15 11:10:52 +0200412 const struct ieee80211_reg_rule *reg_rule = NULL;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700413 unsigned int i;
414
415 if (!rd->n_reg_rules)
416 return false;
417
Luis R. Rodriguez88dc1c32008-11-12 14:22:01 -0800418 if (WARN_ON(rd->n_reg_rules > NL80211_MAX_SUPP_REG_RULES))
419 return false;
420
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700421 for (i = 0; i < rd->n_reg_rules; i++) {
422 reg_rule = &rd->reg_rules[i];
423 if (!is_valid_reg_rule(reg_rule))
424 return false;
425 }
426
427 return true;
428}
429
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400430static bool reg_does_bw_fit(const struct ieee80211_freq_range *freq_range,
431 u32 center_freq_khz,
432 u32 bw_khz)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700433{
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400434 u32 start_freq_khz, end_freq_khz;
435
436 start_freq_khz = center_freq_khz - (bw_khz/2);
437 end_freq_khz = center_freq_khz + (bw_khz/2);
438
439 if (start_freq_khz >= freq_range->start_freq_khz &&
440 end_freq_khz <= freq_range->end_freq_khz)
441 return true;
442
443 return false;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700444}
445
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800446/**
447 * freq_in_rule_band - tells us if a frequency is in a frequency band
448 * @freq_range: frequency rule we want to query
449 * @freq_khz: frequency we are inquiring about
450 *
451 * This lets us know if a specific frequency rule is or is not relevant to
452 * a specific frequency's band. Bands are device specific and artificial
453 * definitions (the "2.4 GHz band" and the "5 GHz band"), however it is
454 * safe for now to assume that a frequency rule should not be part of a
455 * frequency's band if the start freq or end freq are off by more than 2 GHz.
456 * This resolution can be lowered and should be considered as we add
457 * regulatory rule support for other "bands".
458 **/
459static bool freq_in_rule_band(const struct ieee80211_freq_range *freq_range,
460 u32 freq_khz)
461{
462#define ONE_GHZ_IN_KHZ 1000000
463 if (abs(freq_khz - freq_range->start_freq_khz) <= (2 * ONE_GHZ_IN_KHZ))
464 return true;
465 if (abs(freq_khz - freq_range->end_freq_khz) <= (2 * ONE_GHZ_IN_KHZ))
466 return true;
467 return false;
468#undef ONE_GHZ_IN_KHZ
469}
470
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500471/*
472 * Converts a country IE to a regulatory domain. A regulatory domain
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800473 * structure has a lot of information which the IE doesn't yet have,
474 * so for the other values we use upper max values as we will intersect
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500475 * with our userspace regulatory agent to get lower bounds.
476 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800477static struct ieee80211_regdomain *country_ie_2_rd(
478 u8 *country_ie,
479 u8 country_ie_len,
480 u32 *checksum)
481{
482 struct ieee80211_regdomain *rd = NULL;
483 unsigned int i = 0;
484 char alpha2[2];
485 u32 flags = 0;
486 u32 num_rules = 0, size_of_regd = 0;
487 u8 *triplets_start = NULL;
488 u8 len_at_triplet = 0;
489 /* the last channel we have registered in a subband (triplet) */
490 int last_sub_max_channel = 0;
491
492 *checksum = 0xDEADBEEF;
493
494 /* Country IE requirements */
495 BUG_ON(country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN ||
496 country_ie_len & 0x01);
497
498 alpha2[0] = country_ie[0];
499 alpha2[1] = country_ie[1];
500
501 /*
502 * Third octet can be:
503 * 'I' - Indoor
504 * 'O' - Outdoor
505 *
506 * anything else we assume is no restrictions
507 */
508 if (country_ie[2] == 'I')
509 flags = NL80211_RRF_NO_OUTDOOR;
510 else if (country_ie[2] == 'O')
511 flags = NL80211_RRF_NO_INDOOR;
512
513 country_ie += 3;
514 country_ie_len -= 3;
515
516 triplets_start = country_ie;
517 len_at_triplet = country_ie_len;
518
519 *checksum ^= ((flags ^ alpha2[0] ^ alpha2[1]) << 8);
520
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500521 /*
522 * We need to build a reg rule for each triplet, but first we must
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800523 * calculate the number of reg rules we will need. We will need one
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500524 * for each channel subband
525 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800526 while (country_ie_len >= 3) {
Luis R. Rodriguez615aab42009-01-22 15:05:46 -0800527 int end_channel = 0;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800528 struct ieee80211_country_ie_triplet *triplet =
529 (struct ieee80211_country_ie_triplet *) country_ie;
530 int cur_sub_max_channel = 0, cur_channel = 0;
531
532 if (triplet->ext.reg_extension_id >=
533 IEEE80211_COUNTRY_EXTENSION_ID) {
534 country_ie += 3;
535 country_ie_len -= 3;
536 continue;
537 }
538
Luis R. Rodriguez615aab42009-01-22 15:05:46 -0800539 /* 2 GHz */
540 if (triplet->chans.first_channel <= 14)
541 end_channel = triplet->chans.first_channel +
542 triplet->chans.num_channels;
543 else
544 /*
545 * 5 GHz -- For example in country IEs if the first
546 * channel given is 36 and the number of channels is 4
547 * then the individual channel numbers defined for the
548 * 5 GHz PHY by these parameters are: 36, 40, 44, and 48
549 * and not 36, 37, 38, 39.
550 *
551 * See: http://tinyurl.com/11d-clarification
552 */
553 end_channel = triplet->chans.first_channel +
554 (4 * (triplet->chans.num_channels - 1));
555
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800556 cur_channel = triplet->chans.first_channel;
Luis R. Rodriguez615aab42009-01-22 15:05:46 -0800557 cur_sub_max_channel = end_channel;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800558
559 /* Basic sanity check */
560 if (cur_sub_max_channel < cur_channel)
561 return NULL;
562
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500563 /*
564 * Do not allow overlapping channels. Also channels
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800565 * passed in each subband must be monotonically
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500566 * increasing
567 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800568 if (last_sub_max_channel) {
569 if (cur_channel <= last_sub_max_channel)
570 return NULL;
571 if (cur_sub_max_channel <= last_sub_max_channel)
572 return NULL;
573 }
574
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500575 /*
576 * When dot11RegulatoryClassesRequired is supported
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800577 * we can throw ext triplets as part of this soup,
578 * for now we don't care when those change as we
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500579 * don't support them
580 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800581 *checksum ^= ((cur_channel ^ cur_sub_max_channel) << 8) |
582 ((cur_sub_max_channel ^ cur_sub_max_channel) << 16) |
583 ((triplet->chans.max_power ^ cur_sub_max_channel) << 24);
584
585 last_sub_max_channel = cur_sub_max_channel;
586
587 country_ie += 3;
588 country_ie_len -= 3;
589 num_rules++;
590
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500591 /*
592 * Note: this is not a IEEE requirement but
593 * simply a memory requirement
594 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800595 if (num_rules > NL80211_MAX_SUPP_REG_RULES)
596 return NULL;
597 }
598
599 country_ie = triplets_start;
600 country_ie_len = len_at_triplet;
601
602 size_of_regd = sizeof(struct ieee80211_regdomain) +
603 (num_rules * sizeof(struct ieee80211_reg_rule));
604
605 rd = kzalloc(size_of_regd, GFP_KERNEL);
606 if (!rd)
607 return NULL;
608
609 rd->n_reg_rules = num_rules;
610 rd->alpha2[0] = alpha2[0];
611 rd->alpha2[1] = alpha2[1];
612
613 /* This time around we fill in the rd */
614 while (country_ie_len >= 3) {
Luis R. Rodriguez02e68a32009-01-07 17:43:37 -0800615 int end_channel = 0;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800616 struct ieee80211_country_ie_triplet *triplet =
617 (struct ieee80211_country_ie_triplet *) country_ie;
618 struct ieee80211_reg_rule *reg_rule = NULL;
619 struct ieee80211_freq_range *freq_range = NULL;
620 struct ieee80211_power_rule *power_rule = NULL;
621
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500622 /*
623 * Must parse if dot11RegulatoryClassesRequired is true,
624 * we don't support this yet
625 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800626 if (triplet->ext.reg_extension_id >=
627 IEEE80211_COUNTRY_EXTENSION_ID) {
628 country_ie += 3;
629 country_ie_len -= 3;
630 continue;
631 }
632
633 reg_rule = &rd->reg_rules[i];
634 freq_range = &reg_rule->freq_range;
635 power_rule = &reg_rule->power_rule;
636
637 reg_rule->flags = flags;
638
Luis R. Rodriguez02e68a32009-01-07 17:43:37 -0800639 /* 2 GHz */
640 if (triplet->chans.first_channel <= 14)
641 end_channel = triplet->chans.first_channel +
642 triplet->chans.num_channels;
643 else
Luis R. Rodriguez02e68a32009-01-07 17:43:37 -0800644 end_channel = triplet->chans.first_channel +
645 (4 * (triplet->chans.num_channels - 1));
646
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500647 /*
648 * The +10 is since the regulatory domain expects
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800649 * the actual band edge, not the center of freq for
650 * its start and end freqs, assuming 20 MHz bandwidth on
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500651 * the channels passed
652 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800653 freq_range->start_freq_khz =
654 MHZ_TO_KHZ(ieee80211_channel_to_frequency(
655 triplet->chans.first_channel) - 10);
656 freq_range->end_freq_khz =
657 MHZ_TO_KHZ(ieee80211_channel_to_frequency(
Luis R. Rodriguez02e68a32009-01-07 17:43:37 -0800658 end_channel) + 10);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800659
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500660 /*
661 * These are large arbitrary values we use to intersect later.
662 * Increment this if we ever support >= 40 MHz channels
663 * in IEEE 802.11
664 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -0800665 freq_range->max_bandwidth_khz = MHZ_TO_KHZ(40);
666 power_rule->max_antenna_gain = DBI_TO_MBI(100);
667 power_rule->max_eirp = DBM_TO_MBM(100);
668
669 country_ie += 3;
670 country_ie_len -= 3;
671 i++;
672
673 BUG_ON(i > NL80211_MAX_SUPP_REG_RULES);
674 }
675
676 return rd;
677}
678
679
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500680/*
681 * Helper for regdom_intersect(), this does the real
682 * mathematical intersection fun
683 */
Luis R. Rodriguez9c964772008-10-30 13:33:53 -0700684static int reg_rules_intersect(
685 const struct ieee80211_reg_rule *rule1,
686 const struct ieee80211_reg_rule *rule2,
687 struct ieee80211_reg_rule *intersected_rule)
688{
689 const struct ieee80211_freq_range *freq_range1, *freq_range2;
690 struct ieee80211_freq_range *freq_range;
691 const struct ieee80211_power_rule *power_rule1, *power_rule2;
692 struct ieee80211_power_rule *power_rule;
693 u32 freq_diff;
694
695 freq_range1 = &rule1->freq_range;
696 freq_range2 = &rule2->freq_range;
697 freq_range = &intersected_rule->freq_range;
698
699 power_rule1 = &rule1->power_rule;
700 power_rule2 = &rule2->power_rule;
701 power_rule = &intersected_rule->power_rule;
702
703 freq_range->start_freq_khz = max(freq_range1->start_freq_khz,
704 freq_range2->start_freq_khz);
705 freq_range->end_freq_khz = min(freq_range1->end_freq_khz,
706 freq_range2->end_freq_khz);
707 freq_range->max_bandwidth_khz = min(freq_range1->max_bandwidth_khz,
708 freq_range2->max_bandwidth_khz);
709
710 freq_diff = freq_range->end_freq_khz - freq_range->start_freq_khz;
711 if (freq_range->max_bandwidth_khz > freq_diff)
712 freq_range->max_bandwidth_khz = freq_diff;
713
714 power_rule->max_eirp = min(power_rule1->max_eirp,
715 power_rule2->max_eirp);
716 power_rule->max_antenna_gain = min(power_rule1->max_antenna_gain,
717 power_rule2->max_antenna_gain);
718
719 intersected_rule->flags = (rule1->flags | rule2->flags);
720
721 if (!is_valid_reg_rule(intersected_rule))
722 return -EINVAL;
723
724 return 0;
725}
726
727/**
728 * regdom_intersect - do the intersection between two regulatory domains
729 * @rd1: first regulatory domain
730 * @rd2: second regulatory domain
731 *
732 * Use this function to get the intersection between two regulatory domains.
733 * Once completed we will mark the alpha2 for the rd as intersected, "98",
734 * as no one single alpha2 can represent this regulatory domain.
735 *
736 * Returns a pointer to the regulatory domain structure which will hold the
737 * resulting intersection of rules between rd1 and rd2. We will
738 * kzalloc() this structure for you.
739 */
740static struct ieee80211_regdomain *regdom_intersect(
741 const struct ieee80211_regdomain *rd1,
742 const struct ieee80211_regdomain *rd2)
743{
744 int r, size_of_regd;
745 unsigned int x, y;
746 unsigned int num_rules = 0, rule_idx = 0;
747 const struct ieee80211_reg_rule *rule1, *rule2;
748 struct ieee80211_reg_rule *intersected_rule;
749 struct ieee80211_regdomain *rd;
750 /* This is just a dummy holder to help us count */
751 struct ieee80211_reg_rule irule;
752
753 /* Uses the stack temporarily for counter arithmetic */
754 intersected_rule = &irule;
755
756 memset(intersected_rule, 0, sizeof(struct ieee80211_reg_rule));
757
758 if (!rd1 || !rd2)
759 return NULL;
760
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500761 /*
762 * First we get a count of the rules we'll need, then we actually
Luis R. Rodriguez9c964772008-10-30 13:33:53 -0700763 * build them. This is to so we can malloc() and free() a
764 * regdomain once. The reason we use reg_rules_intersect() here
765 * is it will return -EINVAL if the rule computed makes no sense.
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500766 * All rules that do check out OK are valid.
767 */
Luis R. Rodriguez9c964772008-10-30 13:33:53 -0700768
769 for (x = 0; x < rd1->n_reg_rules; x++) {
770 rule1 = &rd1->reg_rules[x];
771 for (y = 0; y < rd2->n_reg_rules; y++) {
772 rule2 = &rd2->reg_rules[y];
773 if (!reg_rules_intersect(rule1, rule2,
774 intersected_rule))
775 num_rules++;
776 memset(intersected_rule, 0,
777 sizeof(struct ieee80211_reg_rule));
778 }
779 }
780
781 if (!num_rules)
782 return NULL;
783
784 size_of_regd = sizeof(struct ieee80211_regdomain) +
785 ((num_rules + 1) * sizeof(struct ieee80211_reg_rule));
786
787 rd = kzalloc(size_of_regd, GFP_KERNEL);
788 if (!rd)
789 return NULL;
790
791 for (x = 0; x < rd1->n_reg_rules; x++) {
792 rule1 = &rd1->reg_rules[x];
793 for (y = 0; y < rd2->n_reg_rules; y++) {
794 rule2 = &rd2->reg_rules[y];
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500795 /*
796 * This time around instead of using the stack lets
Luis R. Rodriguez9c964772008-10-30 13:33:53 -0700797 * write to the target rule directly saving ourselves
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500798 * a memcpy()
799 */
Luis R. Rodriguez9c964772008-10-30 13:33:53 -0700800 intersected_rule = &rd->reg_rules[rule_idx];
801 r = reg_rules_intersect(rule1, rule2,
802 intersected_rule);
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500803 /*
804 * No need to memset here the intersected rule here as
805 * we're not using the stack anymore
806 */
Luis R. Rodriguez9c964772008-10-30 13:33:53 -0700807 if (r)
808 continue;
809 rule_idx++;
810 }
811 }
812
813 if (rule_idx != num_rules) {
814 kfree(rd);
815 return NULL;
816 }
817
818 rd->n_reg_rules = num_rules;
819 rd->alpha2[0] = '9';
820 rd->alpha2[1] = '8';
821
822 return rd;
823}
824
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500825/*
826 * XXX: add support for the rest of enum nl80211_reg_rule_flags, we may
827 * want to just have the channel structure use these
828 */
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700829static u32 map_regdom_flags(u32 rd_flags)
830{
831 u32 channel_flags = 0;
832 if (rd_flags & NL80211_RRF_PASSIVE_SCAN)
833 channel_flags |= IEEE80211_CHAN_PASSIVE_SCAN;
834 if (rd_flags & NL80211_RRF_NO_IBSS)
835 channel_flags |= IEEE80211_CHAN_NO_IBSS;
836 if (rd_flags & NL80211_RRF_DFS)
837 channel_flags |= IEEE80211_CHAN_RADAR;
838 return channel_flags;
839}
840
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -0800841static int freq_reg_info_regd(struct wiphy *wiphy,
842 u32 center_freq,
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400843 u32 desired_bw_khz,
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -0800844 const struct ieee80211_reg_rule **reg_rule,
845 const struct ieee80211_regdomain *custom_regd)
Johannes Berg8318d782008-01-24 19:38:38 +0100846{
847 int i;
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800848 bool band_rule_found = false;
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -0800849 const struct ieee80211_regdomain *regd;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400850 bool bw_fits = false;
851
852 if (!desired_bw_khz)
853 desired_bw_khz = MHZ_TO_KHZ(20);
Johannes Berg8318d782008-01-24 19:38:38 +0100854
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -0800855 regd = custom_regd ? custom_regd : cfg80211_regdomain;
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -0800856
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500857 /*
858 * Follow the driver's regulatory domain, if present, unless a country
859 * IE has been processed or a user wants to help complaince further
860 */
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -0400861 if (last_request->initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE &&
862 last_request->initiator != NL80211_REGDOM_SET_BY_USER &&
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -0800863 wiphy->regd)
864 regd = wiphy->regd;
865
866 if (!regd)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700867 return -EINVAL;
868
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -0800869 for (i = 0; i < regd->n_reg_rules; i++) {
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700870 const struct ieee80211_reg_rule *rr;
871 const struct ieee80211_freq_range *fr = NULL;
872 const struct ieee80211_power_rule *pr = NULL;
873
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -0800874 rr = &regd->reg_rules[i];
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700875 fr = &rr->freq_range;
876 pr = &rr->power_rule;
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800877
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500878 /*
879 * We only need to know if one frequency rule was
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800880 * was in center_freq's band, that's enough, so lets
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500881 * not overwrite it once found
882 */
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800883 if (!band_rule_found)
884 band_rule_found = freq_in_rule_band(fr, center_freq);
885
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400886 bw_fits = reg_does_bw_fit(fr,
887 center_freq,
888 desired_bw_khz);
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800889
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400890 if (band_rule_found && bw_fits) {
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700891 *reg_rule = rr;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400892 return 0;
Johannes Berg8318d782008-01-24 19:38:38 +0100893 }
894 }
895
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800896 if (!band_rule_found)
897 return -ERANGE;
898
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400899 return -EINVAL;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700900}
Luis R. Rodriguez34f57342009-01-22 15:05:45 -0800901EXPORT_SYMBOL(freq_reg_info);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700902
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400903int freq_reg_info(struct wiphy *wiphy,
904 u32 center_freq,
905 u32 desired_bw_khz,
906 const struct ieee80211_reg_rule **reg_rule)
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -0800907{
Luis R. Rodriguezac46d482009-05-01 18:44:50 -0400908 assert_cfg80211_lock();
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400909 return freq_reg_info_regd(wiphy,
910 center_freq,
911 desired_bw_khz,
912 reg_rule,
913 NULL);
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -0800914}
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700915
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400916/*
917 * Note that right now we assume the desired channel bandwidth
918 * is always 20 MHz for each individual channel (HT40 uses 20 MHz
919 * per channel, the primary and the extension channel). To support
920 * smaller custom bandwidths such as 5 MHz or 10 MHz we'll need a
921 * new ieee80211_channel.target_bw and re run the regulatory check
922 * on the wiphy with the target_bw specified. Then we can simply use
923 * that below for the desired_bw_khz below.
924 */
Luis R. Rodrigueza92a3ce2009-01-07 17:43:33 -0800925static void handle_channel(struct wiphy *wiphy, enum ieee80211_band band,
926 unsigned int chan_idx)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700927{
928 int r;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400929 u32 flags, bw_flags = 0;
930 u32 desired_bw_khz = MHZ_TO_KHZ(20);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700931 const struct ieee80211_reg_rule *reg_rule = NULL;
932 const struct ieee80211_power_rule *power_rule = NULL;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400933 const struct ieee80211_freq_range *freq_range = NULL;
Luis R. Rodrigueza92a3ce2009-01-07 17:43:33 -0800934 struct ieee80211_supported_band *sband;
935 struct ieee80211_channel *chan;
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -0500936 struct wiphy *request_wiphy = NULL;
Luis R. Rodrigueza92a3ce2009-01-07 17:43:33 -0800937
Luis R. Rodriguez761cf7e2009-02-21 00:04:25 -0500938 assert_cfg80211_lock();
939
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -0500940 request_wiphy = wiphy_idx_to_wiphy(last_request->wiphy_idx);
941
Luis R. Rodrigueza92a3ce2009-01-07 17:43:33 -0800942 sband = wiphy->bands[band];
943 BUG_ON(chan_idx >= sband->n_channels);
944 chan = &sband->channels[chan_idx];
945
946 flags = chan->orig_flags;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700947
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400948 r = freq_reg_info(wiphy,
949 MHZ_TO_KHZ(chan->center_freq),
950 desired_bw_khz,
951 &reg_rule);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700952
953 if (r) {
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500954 /*
955 * This means no regulatory rule was found in the country IE
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800956 * with a frequency range on the center_freq's band, since
957 * IEEE-802.11 allows for a country IE to have a subset of the
958 * regulatory information provided in a country we ignore
959 * disabling the channel unless at least one reg rule was
960 * found on the center_freq's band. For details see this
961 * clarification:
962 *
963 * http://tinyurl.com/11d-clarification
964 */
965 if (r == -ERANGE &&
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -0400966 last_request->initiator ==
967 NL80211_REGDOM_SET_BY_COUNTRY_IE) {
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800968#ifdef CONFIG_CFG80211_REG_DEBUG
969 printk(KERN_DEBUG "cfg80211: Leaving channel %d MHz "
970 "intact on %s - no rule found in band on "
971 "Country IE\n",
972 chan->center_freq, wiphy_name(wiphy));
973#endif
974 } else {
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -0500975 /*
976 * In this case we know the country IE has at least one reg rule
977 * for the band so we respect its band definitions
978 */
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800979#ifdef CONFIG_CFG80211_REG_DEBUG
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -0400980 if (last_request->initiator ==
981 NL80211_REGDOM_SET_BY_COUNTRY_IE)
Luis R. Rodriguez0c7dc452009-01-07 17:43:36 -0800982 printk(KERN_DEBUG "cfg80211: Disabling "
983 "channel %d MHz on %s due to "
984 "Country IE\n",
985 chan->center_freq, wiphy_name(wiphy));
986#endif
987 flags |= IEEE80211_CHAN_DISABLED;
988 chan->flags = flags;
989 }
Johannes Berg8318d782008-01-24 19:38:38 +0100990 return;
991 }
992
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700993 power_rule = &reg_rule->power_rule;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -0400994 freq_range = &reg_rule->freq_range;
995
996 if (freq_range->max_bandwidth_khz < MHZ_TO_KHZ(40))
997 bw_flags = IEEE80211_CHAN_NO_HT40;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -0700998
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -0400999 if (last_request->initiator == NL80211_REGDOM_SET_BY_DRIVER &&
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05001000 request_wiphy && request_wiphy == wiphy &&
1001 request_wiphy->strict_regulatory) {
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001002 /*
1003 * This gaurantees the driver's requested regulatory domain
Luis R. Rodriguezf9763762009-01-22 15:05:52 -08001004 * will always be used as a base for further regulatory
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001005 * settings
1006 */
Luis R. Rodriguezf9763762009-01-22 15:05:52 -08001007 chan->flags = chan->orig_flags =
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001008 map_regdom_flags(reg_rule->flags) | bw_flags;
Luis R. Rodriguezf9763762009-01-22 15:05:52 -08001009 chan->max_antenna_gain = chan->orig_mag =
1010 (int) MBI_TO_DBI(power_rule->max_antenna_gain);
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001011 chan->max_bandwidth = KHZ_TO_MHZ(desired_bw_khz);
Luis R. Rodriguezf9763762009-01-22 15:05:52 -08001012 chan->max_power = chan->orig_mpwr =
1013 (int) MBM_TO_DBM(power_rule->max_eirp);
1014 return;
1015 }
1016
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001017 chan->flags = flags | bw_flags | map_regdom_flags(reg_rule->flags);
Johannes Berg8318d782008-01-24 19:38:38 +01001018 chan->max_antenna_gain = min(chan->orig_mag,
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001019 (int) MBI_TO_DBI(power_rule->max_antenna_gain));
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001020 chan->max_bandwidth = KHZ_TO_MHZ(desired_bw_khz);
John W. Linville253898c2008-04-03 15:32:54 -04001021 if (chan->orig_mpwr)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001022 chan->max_power = min(chan->orig_mpwr,
1023 (int) MBM_TO_DBM(power_rule->max_eirp));
John W. Linville253898c2008-04-03 15:32:54 -04001024 else
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001025 chan->max_power = (int) MBM_TO_DBM(power_rule->max_eirp);
Johannes Berg8318d782008-01-24 19:38:38 +01001026}
1027
Luis R. Rodrigueza92a3ce2009-01-07 17:43:33 -08001028static void handle_band(struct wiphy *wiphy, enum ieee80211_band band)
Johannes Berg8318d782008-01-24 19:38:38 +01001029{
Luis R. Rodrigueza92a3ce2009-01-07 17:43:33 -08001030 unsigned int i;
1031 struct ieee80211_supported_band *sband;
1032
1033 BUG_ON(!wiphy->bands[band]);
1034 sband = wiphy->bands[band];
Johannes Berg8318d782008-01-24 19:38:38 +01001035
1036 for (i = 0; i < sband->n_channels; i++)
Luis R. Rodrigueza92a3ce2009-01-07 17:43:33 -08001037 handle_channel(wiphy, band, i);
Johannes Berg8318d782008-01-24 19:38:38 +01001038}
1039
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001040static bool ignore_reg_update(struct wiphy *wiphy,
1041 enum nl80211_reg_initiator initiator)
Luis R. Rodriguez14b98152008-11-12 14:22:03 -08001042{
1043 if (!last_request)
1044 return true;
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001045 if (initiator == NL80211_REGDOM_SET_BY_CORE &&
Luis R. Rodriguez2a44f912009-01-22 15:05:49 -08001046 wiphy->custom_regulatory)
Luis R. Rodriguez14b98152008-11-12 14:22:03 -08001047 return true;
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001048 /*
1049 * wiphy->regd will be set once the device has its own
1050 * desired regulatory domain set
1051 */
Luis R. Rodriguezf9763762009-01-22 15:05:52 -08001052 if (wiphy->strict_regulatory && !wiphy->regd &&
1053 !is_world_regdom(last_request->alpha2))
Luis R. Rodriguez14b98152008-11-12 14:22:03 -08001054 return true;
1055 return false;
1056}
1057
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001058static void update_all_wiphy_regulatory(enum nl80211_reg_initiator initiator)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001059{
Johannes Berg79c97e92009-07-07 03:56:12 +02001060 struct cfg80211_registered_device *rdev;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001061
Johannes Berg79c97e92009-07-07 03:56:12 +02001062 list_for_each_entry(rdev, &cfg80211_rdev_list, list)
1063 wiphy_update_regulatory(&rdev->wiphy, initiator);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001064}
1065
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001066static void handle_reg_beacon(struct wiphy *wiphy,
1067 unsigned int chan_idx,
1068 struct reg_beacon *reg_beacon)
1069{
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001070 struct ieee80211_supported_band *sband;
1071 struct ieee80211_channel *chan;
Luis R. Rodriguez6bad8762009-04-02 14:08:09 -04001072 bool channel_changed = false;
1073 struct ieee80211_channel chan_before;
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001074
1075 assert_cfg80211_lock();
1076
1077 sband = wiphy->bands[reg_beacon->chan.band];
1078 chan = &sband->channels[chan_idx];
1079
1080 if (likely(chan->center_freq != reg_beacon->chan.center_freq))
1081 return;
1082
Luis R. Rodriguez6bad8762009-04-02 14:08:09 -04001083 if (chan->beacon_found)
1084 return;
1085
1086 chan->beacon_found = true;
1087
1088 chan_before.center_freq = chan->center_freq;
1089 chan_before.flags = chan->flags;
1090
Luis R. Rodrigueza4ed90d2009-04-02 14:08:07 -04001091 if ((chan->flags & IEEE80211_CHAN_PASSIVE_SCAN) &&
1092 !(chan->orig_flags & IEEE80211_CHAN_PASSIVE_SCAN)) {
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001093 chan->flags &= ~IEEE80211_CHAN_PASSIVE_SCAN;
Luis R. Rodriguez6bad8762009-04-02 14:08:09 -04001094 channel_changed = true;
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001095 }
1096
Luis R. Rodrigueza4ed90d2009-04-02 14:08:07 -04001097 if ((chan->flags & IEEE80211_CHAN_NO_IBSS) &&
1098 !(chan->orig_flags & IEEE80211_CHAN_NO_IBSS)) {
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001099 chan->flags &= ~IEEE80211_CHAN_NO_IBSS;
Luis R. Rodriguez6bad8762009-04-02 14:08:09 -04001100 channel_changed = true;
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001101 }
1102
Luis R. Rodriguez6bad8762009-04-02 14:08:09 -04001103 if (channel_changed)
1104 nl80211_send_beacon_hint_event(wiphy, &chan_before, chan);
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001105}
1106
1107/*
1108 * Called when a scan on a wiphy finds a beacon on
1109 * new channel
1110 */
1111static void wiphy_update_new_beacon(struct wiphy *wiphy,
1112 struct reg_beacon *reg_beacon)
1113{
1114 unsigned int i;
1115 struct ieee80211_supported_band *sband;
1116
1117 assert_cfg80211_lock();
1118
1119 if (!wiphy->bands[reg_beacon->chan.band])
1120 return;
1121
1122 sband = wiphy->bands[reg_beacon->chan.band];
1123
1124 for (i = 0; i < sband->n_channels; i++)
1125 handle_reg_beacon(wiphy, i, reg_beacon);
1126}
1127
1128/*
1129 * Called upon reg changes or a new wiphy is added
1130 */
1131static void wiphy_update_beacon_reg(struct wiphy *wiphy)
1132{
1133 unsigned int i;
1134 struct ieee80211_supported_band *sband;
1135 struct reg_beacon *reg_beacon;
1136
1137 assert_cfg80211_lock();
1138
1139 if (list_empty(&reg_beacon_list))
1140 return;
1141
1142 list_for_each_entry(reg_beacon, &reg_beacon_list, list) {
1143 if (!wiphy->bands[reg_beacon->chan.band])
1144 continue;
1145 sband = wiphy->bands[reg_beacon->chan.band];
1146 for (i = 0; i < sband->n_channels; i++)
1147 handle_reg_beacon(wiphy, i, reg_beacon);
1148 }
1149}
1150
1151static bool reg_is_world_roaming(struct wiphy *wiphy)
1152{
1153 if (is_world_regdom(cfg80211_regdomain->alpha2) ||
1154 (wiphy->regd && is_world_regdom(wiphy->regd->alpha2)))
1155 return true;
Luis R. Rodriguezb1ed8dd2009-05-02 00:34:15 -04001156 if (last_request &&
1157 last_request->initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE &&
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001158 wiphy->custom_regulatory)
1159 return true;
1160 return false;
1161}
1162
1163/* Reap the advantages of previously found beacons */
1164static void reg_process_beacons(struct wiphy *wiphy)
1165{
Luis R. Rodriguezb1ed8dd2009-05-02 00:34:15 -04001166 /*
1167 * Means we are just firing up cfg80211, so no beacons would
1168 * have been processed yet.
1169 */
1170 if (!last_request)
1171 return;
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001172 if (!reg_is_world_roaming(wiphy))
1173 return;
1174 wiphy_update_beacon_reg(wiphy);
1175}
1176
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001177static bool is_ht40_not_allowed(struct ieee80211_channel *chan)
1178{
1179 if (!chan)
1180 return true;
1181 if (chan->flags & IEEE80211_CHAN_DISABLED)
1182 return true;
1183 /* This would happen when regulatory rules disallow HT40 completely */
1184 if (IEEE80211_CHAN_NO_HT40 == (chan->flags & (IEEE80211_CHAN_NO_HT40)))
1185 return true;
1186 return false;
1187}
1188
1189static void reg_process_ht_flags_channel(struct wiphy *wiphy,
1190 enum ieee80211_band band,
1191 unsigned int chan_idx)
1192{
1193 struct ieee80211_supported_band *sband;
1194 struct ieee80211_channel *channel;
1195 struct ieee80211_channel *channel_before = NULL, *channel_after = NULL;
1196 unsigned int i;
1197
1198 assert_cfg80211_lock();
1199
1200 sband = wiphy->bands[band];
1201 BUG_ON(chan_idx >= sband->n_channels);
1202 channel = &sband->channels[chan_idx];
1203
1204 if (is_ht40_not_allowed(channel)) {
1205 channel->flags |= IEEE80211_CHAN_NO_HT40;
1206 return;
1207 }
1208
1209 /*
1210 * We need to ensure the extension channels exist to
1211 * be able to use HT40- or HT40+, this finds them (or not)
1212 */
1213 for (i = 0; i < sband->n_channels; i++) {
1214 struct ieee80211_channel *c = &sband->channels[i];
1215 if (c->center_freq == (channel->center_freq - 20))
1216 channel_before = c;
1217 if (c->center_freq == (channel->center_freq + 20))
1218 channel_after = c;
1219 }
1220
1221 /*
1222 * Please note that this assumes target bandwidth is 20 MHz,
1223 * if that ever changes we also need to change the below logic
1224 * to include that as well.
1225 */
1226 if (is_ht40_not_allowed(channel_before))
Luis R. Rodriguez689da1b2009-05-02 00:37:18 -04001227 channel->flags |= IEEE80211_CHAN_NO_HT40MINUS;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001228 else
Luis R. Rodriguez689da1b2009-05-02 00:37:18 -04001229 channel->flags &= ~IEEE80211_CHAN_NO_HT40MINUS;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001230
1231 if (is_ht40_not_allowed(channel_after))
Luis R. Rodriguez689da1b2009-05-02 00:37:18 -04001232 channel->flags |= IEEE80211_CHAN_NO_HT40PLUS;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001233 else
Luis R. Rodriguez689da1b2009-05-02 00:37:18 -04001234 channel->flags &= ~IEEE80211_CHAN_NO_HT40PLUS;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001235}
1236
1237static void reg_process_ht_flags_band(struct wiphy *wiphy,
1238 enum ieee80211_band band)
1239{
1240 unsigned int i;
1241 struct ieee80211_supported_band *sband;
1242
1243 BUG_ON(!wiphy->bands[band]);
1244 sband = wiphy->bands[band];
1245
1246 for (i = 0; i < sband->n_channels; i++)
1247 reg_process_ht_flags_channel(wiphy, band, i);
1248}
1249
1250static void reg_process_ht_flags(struct wiphy *wiphy)
1251{
1252 enum ieee80211_band band;
1253
1254 if (!wiphy)
1255 return;
1256
1257 for (band = 0; band < IEEE80211_NUM_BANDS; band++) {
1258 if (wiphy->bands[band])
1259 reg_process_ht_flags_band(wiphy, band);
1260 }
1261
1262}
1263
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001264void wiphy_update_regulatory(struct wiphy *wiphy,
1265 enum nl80211_reg_initiator initiator)
Johannes Berg8318d782008-01-24 19:38:38 +01001266{
1267 enum ieee80211_band band;
Luis R. Rodriguezd46e5b12009-01-22 15:05:50 -08001268
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001269 if (ignore_reg_update(wiphy, initiator))
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001270 goto out;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001271 for (band = 0; band < IEEE80211_NUM_BANDS; band++) {
Johannes Berg8318d782008-01-24 19:38:38 +01001272 if (wiphy->bands[band])
Luis R. Rodrigueza92a3ce2009-01-07 17:43:33 -08001273 handle_band(wiphy, band);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001274 }
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001275out:
1276 reg_process_beacons(wiphy);
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001277 reg_process_ht_flags(wiphy);
Luis R. Rodriguez560e28e2009-01-07 17:43:32 -08001278 if (wiphy->reg_notifier)
Luis R. Rodriguez716f9392009-01-22 15:05:51 -08001279 wiphy->reg_notifier(wiphy, last_request);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001280}
1281
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001282static void handle_channel_custom(struct wiphy *wiphy,
1283 enum ieee80211_band band,
1284 unsigned int chan_idx,
1285 const struct ieee80211_regdomain *regd)
1286{
1287 int r;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001288 u32 desired_bw_khz = MHZ_TO_KHZ(20);
1289 u32 bw_flags = 0;
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001290 const struct ieee80211_reg_rule *reg_rule = NULL;
1291 const struct ieee80211_power_rule *power_rule = NULL;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001292 const struct ieee80211_freq_range *freq_range = NULL;
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001293 struct ieee80211_supported_band *sband;
1294 struct ieee80211_channel *chan;
1295
Luis R. Rodriguezac46d482009-05-01 18:44:50 -04001296 assert_cfg80211_lock();
1297
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001298 sband = wiphy->bands[band];
1299 BUG_ON(chan_idx >= sband->n_channels);
1300 chan = &sband->channels[chan_idx];
1301
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001302 r = freq_reg_info_regd(wiphy,
1303 MHZ_TO_KHZ(chan->center_freq),
1304 desired_bw_khz,
1305 &reg_rule,
1306 regd);
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001307
1308 if (r) {
1309 chan->flags = IEEE80211_CHAN_DISABLED;
1310 return;
1311 }
1312
1313 power_rule = &reg_rule->power_rule;
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001314 freq_range = &reg_rule->freq_range;
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001315
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001316 if (freq_range->max_bandwidth_khz < MHZ_TO_KHZ(40))
1317 bw_flags = IEEE80211_CHAN_NO_HT40;
1318
1319 chan->flags |= map_regdom_flags(reg_rule->flags) | bw_flags;
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001320 chan->max_antenna_gain = (int) MBI_TO_DBI(power_rule->max_antenna_gain);
Luis R. Rodriguez038659e2009-05-02 00:37:17 -04001321 chan->max_bandwidth = KHZ_TO_MHZ(desired_bw_khz);
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001322 chan->max_power = (int) MBM_TO_DBM(power_rule->max_eirp);
1323}
1324
1325static void handle_band_custom(struct wiphy *wiphy, enum ieee80211_band band,
1326 const struct ieee80211_regdomain *regd)
1327{
1328 unsigned int i;
1329 struct ieee80211_supported_band *sband;
1330
1331 BUG_ON(!wiphy->bands[band]);
1332 sband = wiphy->bands[band];
1333
1334 for (i = 0; i < sband->n_channels; i++)
1335 handle_channel_custom(wiphy, band, i, regd);
1336}
1337
1338/* Used by drivers prior to wiphy registration */
1339void wiphy_apply_custom_regulatory(struct wiphy *wiphy,
1340 const struct ieee80211_regdomain *regd)
1341{
1342 enum ieee80211_band band;
Luis R. Rodriguezbbcf3f02009-05-19 17:49:47 -04001343 unsigned int bands_set = 0;
Luis R. Rodriguezac46d482009-05-01 18:44:50 -04001344
1345 mutex_lock(&cfg80211_mutex);
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001346 for (band = 0; band < IEEE80211_NUM_BANDS; band++) {
Luis R. Rodriguezbbcf3f02009-05-19 17:49:47 -04001347 if (!wiphy->bands[band])
1348 continue;
1349 handle_band_custom(wiphy, band, regd);
1350 bands_set++;
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001351 }
Luis R. Rodriguezac46d482009-05-01 18:44:50 -04001352 mutex_unlock(&cfg80211_mutex);
Luis R. Rodriguezbbcf3f02009-05-19 17:49:47 -04001353
1354 /*
1355 * no point in calling this if it won't have any effect
1356 * on your device's supportd bands.
1357 */
1358 WARN_ON(!bands_set);
Luis R. Rodriguez1fa25e42009-01-22 15:05:44 -08001359}
1360EXPORT_SYMBOL(wiphy_apply_custom_regulatory);
1361
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001362static int reg_copy_regd(const struct ieee80211_regdomain **dst_regd,
1363 const struct ieee80211_regdomain *src_regd)
1364{
1365 struct ieee80211_regdomain *regd;
1366 int size_of_regd = 0;
1367 unsigned int i;
1368
1369 size_of_regd = sizeof(struct ieee80211_regdomain) +
1370 ((src_regd->n_reg_rules + 1) * sizeof(struct ieee80211_reg_rule));
1371
1372 regd = kzalloc(size_of_regd, GFP_KERNEL);
1373 if (!regd)
1374 return -ENOMEM;
1375
1376 memcpy(regd, src_regd, sizeof(struct ieee80211_regdomain));
1377
1378 for (i = 0; i < src_regd->n_reg_rules; i++)
1379 memcpy(&regd->reg_rules[i], &src_regd->reg_rules[i],
1380 sizeof(struct ieee80211_reg_rule));
1381
1382 *dst_regd = regd;
1383 return 0;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001384}
1385
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001386/*
1387 * Return value which can be used by ignore_request() to indicate
1388 * it has been determined we should intersect two regulatory domains
1389 */
Luis R. Rodriguez9c964772008-10-30 13:33:53 -07001390#define REG_INTERSECT 1
1391
Johannes Berg84fa4f42008-10-24 20:32:23 +02001392/* This has the logic which determines when a new request
1393 * should be ignored. */
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001394static int ignore_request(struct wiphy *wiphy,
1395 struct regulatory_request *pending_request)
Johannes Berg84fa4f42008-10-24 20:32:23 +02001396{
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05001397 struct wiphy *last_wiphy = NULL;
Luis R. Rodriguez761cf7e2009-02-21 00:04:25 -05001398
1399 assert_cfg80211_lock();
1400
Johannes Berg84fa4f42008-10-24 20:32:23 +02001401 /* All initial requests are respected */
1402 if (!last_request)
1403 return 0;
1404
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001405 switch (pending_request->initiator) {
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001406 case NL80211_REGDOM_SET_BY_CORE:
Luis R. Rodriguezba25c142009-02-21 00:04:23 -05001407 return -EINVAL;
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001408 case NL80211_REGDOM_SET_BY_COUNTRY_IE:
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05001409
1410 last_wiphy = wiphy_idx_to_wiphy(last_request->wiphy_idx);
1411
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001412 if (unlikely(!is_an_alpha2(pending_request->alpha2)))
Johannes Berg84fa4f42008-10-24 20:32:23 +02001413 return -EINVAL;
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001414 if (last_request->initiator ==
1415 NL80211_REGDOM_SET_BY_COUNTRY_IE) {
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05001416 if (last_wiphy != wiphy) {
Johannes Berg84fa4f42008-10-24 20:32:23 +02001417 /*
1418 * Two cards with two APs claiming different
1419 * different Country IE alpha2s. We could
1420 * intersect them, but that seems unlikely
1421 * to be correct. Reject second one for now.
1422 */
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001423 if (regdom_changes(pending_request->alpha2))
Johannes Berg84fa4f42008-10-24 20:32:23 +02001424 return -EOPNOTSUPP;
1425 return -EALREADY;
1426 }
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001427 /*
1428 * Two consecutive Country IE hints on the same wiphy.
1429 * This should be picked up early by the driver/stack
1430 */
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001431 if (WARN_ON(regdom_changes(pending_request->alpha2)))
Johannes Berg84fa4f42008-10-24 20:32:23 +02001432 return 0;
1433 return -EALREADY;
1434 }
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001435 return REG_INTERSECT;
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001436 case NL80211_REGDOM_SET_BY_DRIVER:
1437 if (last_request->initiator == NL80211_REGDOM_SET_BY_CORE) {
Luis R. Rodrigueze74b1e72009-01-22 15:05:48 -08001438 if (is_old_static_regdom(cfg80211_regdomain))
1439 return 0;
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001440 if (regdom_changes(pending_request->alpha2))
Luis R. Rodrigueze74b1e72009-01-22 15:05:48 -08001441 return 0;
Johannes Berg84fa4f42008-10-24 20:32:23 +02001442 return -EALREADY;
Luis R. Rodrigueze74b1e72009-01-22 15:05:48 -08001443 }
Luis R. Rodriguezfff32c02009-02-21 00:04:32 -05001444
1445 /*
1446 * This would happen if you unplug and plug your card
1447 * back in or if you add a new device for which the previously
1448 * loaded card also agrees on the regulatory domain.
1449 */
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001450 if (last_request->initiator == NL80211_REGDOM_SET_BY_DRIVER &&
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001451 !regdom_changes(pending_request->alpha2))
Luis R. Rodriguezfff32c02009-02-21 00:04:32 -05001452 return -EALREADY;
1453
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001454 return REG_INTERSECT;
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001455 case NL80211_REGDOM_SET_BY_USER:
1456 if (last_request->initiator == NL80211_REGDOM_SET_BY_COUNTRY_IE)
Luis R. Rodriguez9c964772008-10-30 13:33:53 -07001457 return REG_INTERSECT;
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001458 /*
1459 * If the user knows better the user should set the regdom
1460 * to their country before the IE is picked up
1461 */
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001462 if (last_request->initiator == NL80211_REGDOM_SET_BY_USER &&
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001463 last_request->intersect)
1464 return -EOPNOTSUPP;
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001465 /*
1466 * Process user requests only after previous user/driver/core
1467 * requests have been processed
1468 */
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001469 if (last_request->initiator == NL80211_REGDOM_SET_BY_CORE ||
1470 last_request->initiator == NL80211_REGDOM_SET_BY_DRIVER ||
1471 last_request->initiator == NL80211_REGDOM_SET_BY_USER) {
Luis R. Rodriguez69b15722009-02-21 00:04:33 -05001472 if (regdom_changes(last_request->alpha2))
Luis R. Rodriguez5eebade2009-01-22 15:05:47 -08001473 return -EAGAIN;
1474 }
1475
Luis R. Rodrigueze74b1e72009-01-22 15:05:48 -08001476 if (!is_old_static_regdom(cfg80211_regdomain) &&
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001477 !regdom_changes(pending_request->alpha2))
Luis R. Rodrigueze74b1e72009-01-22 15:05:48 -08001478 return -EALREADY;
1479
Johannes Berg84fa4f42008-10-24 20:32:23 +02001480 return 0;
1481 }
1482
1483 return -EINVAL;
1484}
1485
Luis R. Rodriguezd1c96a92009-02-21 00:24:13 -05001486/**
1487 * __regulatory_hint - hint to the wireless core a regulatory domain
1488 * @wiphy: if the hint comes from country information from an AP, this
1489 * is required to be set to the wiphy that received the information
Luis R. Rodriguez28da32d2009-02-21 00:24:14 -05001490 * @pending_request: the regulatory request currently being processed
Luis R. Rodriguezd1c96a92009-02-21 00:24:13 -05001491 *
1492 * The Wireless subsystem can use this function to hint to the wireless core
Luis R. Rodriguez28da32d2009-02-21 00:24:14 -05001493 * what it believes should be the current regulatory domain.
Luis R. Rodriguezd1c96a92009-02-21 00:24:13 -05001494 *
1495 * Returns zero if all went fine, %-EALREADY if a regulatory domain had
1496 * already been set or other standard error codes.
1497 *
1498 * Caller must hold &cfg80211_mutex
1499 */
Luis R. Rodriguez28da32d2009-02-21 00:24:14 -05001500static int __regulatory_hint(struct wiphy *wiphy,
1501 struct regulatory_request *pending_request)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001502{
Luis R. Rodriguez9c964772008-10-30 13:33:53 -07001503 bool intersect = false;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001504 int r = 0;
1505
Luis R. Rodriguez761cf7e2009-02-21 00:04:25 -05001506 assert_cfg80211_lock();
1507
Luis R. Rodriguez2f92cd22009-02-21 00:24:16 -05001508 r = ignore_request(wiphy, pending_request);
Luis R. Rodriguez9c964772008-10-30 13:33:53 -07001509
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001510 if (r == REG_INTERSECT) {
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001511 if (pending_request->initiator ==
1512 NL80211_REGDOM_SET_BY_DRIVER) {
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001513 r = reg_copy_regd(&wiphy->regd, cfg80211_regdomain);
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001514 if (r) {
1515 kfree(pending_request);
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001516 return r;
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001517 }
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001518 }
Luis R. Rodriguez9c964772008-10-30 13:33:53 -07001519 intersect = true;
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001520 } else if (r) {
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001521 /*
1522 * If the regulatory domain being requested by the
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001523 * driver has already been set just copy it to the
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001524 * wiphy
1525 */
Luis R. Rodriguez28da32d2009-02-21 00:24:14 -05001526 if (r == -EALREADY &&
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001527 pending_request->initiator ==
1528 NL80211_REGDOM_SET_BY_DRIVER) {
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001529 r = reg_copy_regd(&wiphy->regd, cfg80211_regdomain);
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001530 if (r) {
1531 kfree(pending_request);
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001532 return r;
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001533 }
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001534 r = -EALREADY;
1535 goto new_request;
1536 }
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001537 kfree(pending_request);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001538 return r;
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001539 }
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001540
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001541new_request:
Luis R. Rodriguez5203cdb2008-11-12 14:21:56 -08001542 kfree(last_request);
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001543
1544 last_request = pending_request;
1545 last_request->intersect = intersect;
1546
1547 pending_request = NULL;
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001548
1549 /* When r == REG_INTERSECT we do need to call CRDA */
Luis R. Rodriguez73d54c92009-03-09 22:07:42 -04001550 if (r < 0) {
1551 /*
1552 * Since CRDA will not be called in this case as we already
1553 * have applied the requested regulatory domain before we just
1554 * inform userspace we have processed the request
1555 */
1556 if (r == -EALREADY)
1557 nl80211_send_reg_change_event(last_request);
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001558 return r;
Luis R. Rodriguez73d54c92009-03-09 22:07:42 -04001559 }
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08001560
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001561 return call_crda(last_request->alpha2);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001562}
1563
Luis R. Rodriguez30a548c2009-05-02 01:17:27 -04001564/* This processes *all* regulatory hints */
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001565static void reg_process_hint(struct regulatory_request *reg_request)
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001566{
1567 int r = 0;
1568 struct wiphy *wiphy = NULL;
1569
1570 BUG_ON(!reg_request->alpha2);
1571
1572 mutex_lock(&cfg80211_mutex);
1573
1574 if (wiphy_idx_valid(reg_request->wiphy_idx))
1575 wiphy = wiphy_idx_to_wiphy(reg_request->wiphy_idx);
1576
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001577 if (reg_request->initiator == NL80211_REGDOM_SET_BY_DRIVER &&
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001578 !wiphy) {
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001579 kfree(reg_request);
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001580 goto out;
1581 }
1582
Luis R. Rodriguez28da32d2009-02-21 00:24:14 -05001583 r = __regulatory_hint(wiphy, reg_request);
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001584 /* This is required so that the orig_* parameters are saved */
1585 if (r == -EALREADY && wiphy && wiphy->strict_regulatory)
1586 wiphy_update_regulatory(wiphy, reg_request->initiator);
1587out:
1588 mutex_unlock(&cfg80211_mutex);
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001589}
1590
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001591/* Processes regulatory hints, this is all the NL80211_REGDOM_SET_BY_* */
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001592static void reg_process_pending_hints(void)
1593 {
1594 struct regulatory_request *reg_request;
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001595
1596 spin_lock(&reg_requests_lock);
1597 while (!list_empty(&reg_requests_list)) {
1598 reg_request = list_first_entry(&reg_requests_list,
1599 struct regulatory_request,
1600 list);
1601 list_del_init(&reg_request->list);
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001602
Luis R. Rodriguezd951c1d2009-02-21 00:24:15 -05001603 spin_unlock(&reg_requests_lock);
1604 reg_process_hint(reg_request);
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001605 spin_lock(&reg_requests_lock);
1606 }
1607 spin_unlock(&reg_requests_lock);
1608}
1609
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001610/* Processes beacon hints -- this has nothing to do with country IEs */
1611static void reg_process_pending_beacon_hints(void)
1612{
Johannes Berg79c97e92009-07-07 03:56:12 +02001613 struct cfg80211_registered_device *rdev;
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001614 struct reg_beacon *pending_beacon, *tmp;
1615
1616 mutex_lock(&cfg80211_mutex);
1617
1618 /* This goes through the _pending_ beacon list */
1619 spin_lock_bh(&reg_pending_beacons_lock);
1620
1621 if (list_empty(&reg_pending_beacons)) {
1622 spin_unlock_bh(&reg_pending_beacons_lock);
1623 goto out;
1624 }
1625
1626 list_for_each_entry_safe(pending_beacon, tmp,
1627 &reg_pending_beacons, list) {
1628
1629 list_del_init(&pending_beacon->list);
1630
1631 /* Applies the beacon hint to current wiphys */
Johannes Berg79c97e92009-07-07 03:56:12 +02001632 list_for_each_entry(rdev, &cfg80211_rdev_list, list)
1633 wiphy_update_new_beacon(&rdev->wiphy, pending_beacon);
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001634
1635 /* Remembers the beacon hint for new wiphys or reg changes */
1636 list_add_tail(&pending_beacon->list, &reg_beacon_list);
1637 }
1638
1639 spin_unlock_bh(&reg_pending_beacons_lock);
1640out:
1641 mutex_unlock(&cfg80211_mutex);
1642}
1643
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001644static void reg_todo(struct work_struct *work)
1645{
1646 reg_process_pending_hints();
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001647 reg_process_pending_beacon_hints();
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001648}
1649
1650static DECLARE_WORK(reg_work, reg_todo);
1651
1652static void queue_regulatory_request(struct regulatory_request *request)
1653{
1654 spin_lock(&reg_requests_lock);
1655 list_add_tail(&request->list, &reg_requests_list);
1656 spin_unlock(&reg_requests_lock);
1657
1658 schedule_work(&reg_work);
1659}
1660
1661/* Core regulatory hint -- happens once during cfg80211_init() */
Luis R. Rodriguezba25c142009-02-21 00:04:23 -05001662static int regulatory_hint_core(const char *alpha2)
1663{
1664 struct regulatory_request *request;
1665
1666 BUG_ON(last_request);
1667
1668 request = kzalloc(sizeof(struct regulatory_request),
1669 GFP_KERNEL);
1670 if (!request)
1671 return -ENOMEM;
1672
1673 request->alpha2[0] = alpha2[0];
1674 request->alpha2[1] = alpha2[1];
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001675 request->initiator = NL80211_REGDOM_SET_BY_CORE;
Luis R. Rodriguezba25c142009-02-21 00:04:23 -05001676
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001677 queue_regulatory_request(request);
Luis R. Rodriguezba25c142009-02-21 00:04:23 -05001678
Luis R. Rodriguez5078b2e2009-05-13 17:04:42 -04001679 /*
1680 * This ensures last_request is populated once modules
1681 * come swinging in and calling regulatory hints and
1682 * wiphy_apply_custom_regulatory().
1683 */
1684 flush_scheduled_work();
1685
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001686 return 0;
Luis R. Rodriguezba25c142009-02-21 00:04:23 -05001687}
1688
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001689/* User hints */
1690int regulatory_hint_user(const char *alpha2)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001691{
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001692 struct regulatory_request *request;
1693
Johannes Bergbe3d4812008-10-24 20:32:21 +02001694 BUG_ON(!alpha2);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001695
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001696 request = kzalloc(sizeof(struct regulatory_request), GFP_KERNEL);
1697 if (!request)
1698 return -ENOMEM;
1699
1700 request->wiphy_idx = WIPHY_IDX_STALE;
1701 request->alpha2[0] = alpha2[0];
1702 request->alpha2[1] = alpha2[1];
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001703 request->initiator = NL80211_REGDOM_SET_BY_USER,
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001704
1705 queue_regulatory_request(request);
1706
1707 return 0;
1708}
1709
1710/* Driver hints */
1711int regulatory_hint(struct wiphy *wiphy, const char *alpha2)
1712{
1713 struct regulatory_request *request;
1714
1715 BUG_ON(!alpha2);
1716 BUG_ON(!wiphy);
1717
1718 request = kzalloc(sizeof(struct regulatory_request), GFP_KERNEL);
1719 if (!request)
1720 return -ENOMEM;
1721
1722 request->wiphy_idx = get_wiphy_idx(wiphy);
1723
1724 /* Must have registered wiphy first */
1725 BUG_ON(!wiphy_idx_valid(request->wiphy_idx));
1726
1727 request->alpha2[0] = alpha2[0];
1728 request->alpha2[1] = alpha2[1];
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001729 request->initiator = NL80211_REGDOM_SET_BY_DRIVER;
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001730
1731 queue_regulatory_request(request);
1732
1733 return 0;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001734}
1735EXPORT_SYMBOL(regulatory_hint);
1736
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001737static bool reg_same_country_ie_hint(struct wiphy *wiphy,
1738 u32 country_ie_checksum)
1739{
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05001740 struct wiphy *request_wiphy;
1741
Luis R. Rodriguez761cf7e2009-02-21 00:04:25 -05001742 assert_cfg80211_lock();
1743
Luis R. Rodriguezcc0b6fe2009-03-20 23:53:05 -04001744 if (unlikely(last_request->initiator !=
1745 NL80211_REGDOM_SET_BY_COUNTRY_IE))
1746 return false;
1747
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05001748 request_wiphy = wiphy_idx_to_wiphy(last_request->wiphy_idx);
1749
1750 if (!request_wiphy)
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001751 return false;
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05001752
1753 if (likely(request_wiphy != wiphy))
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001754 return !country_ie_integrity_changes(country_ie_checksum);
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001755 /*
1756 * We should not have let these through at this point, they
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001757 * should have been picked up earlier by the first alpha2 check
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001758 * on the device
1759 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001760 if (WARN_ON(!country_ie_integrity_changes(country_ie_checksum)))
1761 return true;
1762 return false;
1763}
1764
Luis R. Rodriguez4b44c8b2009-07-30 17:38:07 -07001765/*
1766 * We hold wdev_lock() here so we cannot hold cfg80211_mutex() and
1767 * therefore cannot iterate over the rdev list here.
1768 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001769void regulatory_hint_11d(struct wiphy *wiphy,
1770 u8 *country_ie,
1771 u8 country_ie_len)
1772{
1773 struct ieee80211_regdomain *rd = NULL;
1774 char alpha2[2];
1775 u32 checksum = 0;
1776 enum environment_cap env = ENVIRON_ANY;
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001777 struct regulatory_request *request;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001778
Luis R. Rodrigueza1794392009-02-21 00:04:21 -05001779 mutex_lock(&cfg80211_mutex);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001780
Luis R. Rodriguez9828b012009-07-30 17:38:06 -07001781 if (unlikely(!last_request))
1782 goto out;
Luis R. Rodriguezd335fe62009-02-21 00:04:27 -05001783
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001784 /* IE len must be evenly divisible by 2 */
1785 if (country_ie_len & 0x01)
1786 goto out;
1787
1788 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN)
1789 goto out;
1790
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001791 /*
1792 * Pending country IE processing, this can happen after we
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001793 * call CRDA and wait for a response if a beacon was received before
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001794 * we were able to process the last regulatory_hint_11d() call
1795 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001796 if (country_ie_regdomain)
1797 goto out;
1798
1799 alpha2[0] = country_ie[0];
1800 alpha2[1] = country_ie[1];
1801
1802 if (country_ie[2] == 'I')
1803 env = ENVIRON_INDOOR;
1804 else if (country_ie[2] == 'O')
1805 env = ENVIRON_OUTDOOR;
1806
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001807 /*
1808 * We will run this for *every* beacon processed for the BSSID, so
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001809 * we optimize an early check to exit out early if we don't have to
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001810 * do anything
Luis R. Rodriguez4b44c8b2009-07-30 17:38:07 -07001811 *
1812 * We leave conflict resolution to the workqueue, where can hold
1813 * cfg80211_mutex.
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001814 */
Luis R. Rodriguezcc0b6fe2009-03-20 23:53:05 -04001815 if (likely(last_request->initiator ==
1816 NL80211_REGDOM_SET_BY_COUNTRY_IE &&
Luis R. Rodriguez4b44c8b2009-07-30 17:38:07 -07001817 wiphy_idx_valid(last_request->wiphy_idx)))
1818 goto out;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001819
1820 rd = country_ie_2_rd(country_ie, country_ie_len, &checksum);
1821 if (!rd)
1822 goto out;
1823
Luis R. Rodriguez915278e2009-02-21 00:04:28 -05001824 /*
1825 * This will not happen right now but we leave it here for the
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001826 * the future when we want to add suspend/resume support and having
1827 * the user move to another country after doing so, or having the user
Luis R. Rodriguez915278e2009-02-21 00:04:28 -05001828 * move to another AP. Right now we just trust the first AP.
1829 *
1830 * If we hit this before we add this support we want to be informed of
1831 * it as it would indicate a mistake in the current design
1832 */
1833 if (WARN_ON(reg_same_country_ie_hint(wiphy, checksum)))
Luis R. Rodriguez0441d6f2009-02-21 00:04:29 -05001834 goto free_rd_out;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001835
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001836 request = kzalloc(sizeof(struct regulatory_request), GFP_KERNEL);
1837 if (!request)
1838 goto free_rd_out;
1839
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001840 /*
1841 * We keep this around for when CRDA comes back with a response so
1842 * we can intersect with that
1843 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001844 country_ie_regdomain = rd;
1845
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001846 request->wiphy_idx = get_wiphy_idx(wiphy);
1847 request->alpha2[0] = rd->alpha2[0];
1848 request->alpha2[1] = rd->alpha2[1];
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001849 request->initiator = NL80211_REGDOM_SET_BY_COUNTRY_IE;
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001850 request->country_ie_checksum = checksum;
1851 request->country_ie_env = env;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001852
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05001853 mutex_unlock(&cfg80211_mutex);
1854
1855 queue_regulatory_request(request);
1856
1857 return;
Luis R. Rodriguez0441d6f2009-02-21 00:04:29 -05001858
1859free_rd_out:
1860 kfree(rd);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001861out:
Luis R. Rodrigueza1794392009-02-21 00:04:21 -05001862 mutex_unlock(&cfg80211_mutex);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001863}
1864EXPORT_SYMBOL(regulatory_hint_11d);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001865
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05001866static bool freq_is_chan_12_13_14(u16 freq)
1867{
1868 if (freq == ieee80211_channel_to_frequency(12) ||
1869 freq == ieee80211_channel_to_frequency(13) ||
1870 freq == ieee80211_channel_to_frequency(14))
1871 return true;
1872 return false;
1873}
1874
1875int regulatory_hint_found_beacon(struct wiphy *wiphy,
1876 struct ieee80211_channel *beacon_chan,
1877 gfp_t gfp)
1878{
1879 struct reg_beacon *reg_beacon;
1880
1881 if (likely((beacon_chan->beacon_found ||
1882 (beacon_chan->flags & IEEE80211_CHAN_RADAR) ||
1883 (beacon_chan->band == IEEE80211_BAND_2GHZ &&
1884 !freq_is_chan_12_13_14(beacon_chan->center_freq)))))
1885 return 0;
1886
1887 reg_beacon = kzalloc(sizeof(struct reg_beacon), gfp);
1888 if (!reg_beacon)
1889 return -ENOMEM;
1890
1891#ifdef CONFIG_CFG80211_REG_DEBUG
1892 printk(KERN_DEBUG "cfg80211: Found new beacon on "
1893 "frequency: %d MHz (Ch %d) on %s\n",
1894 beacon_chan->center_freq,
1895 ieee80211_frequency_to_channel(beacon_chan->center_freq),
1896 wiphy_name(wiphy));
1897#endif
1898 memcpy(&reg_beacon->chan, beacon_chan,
1899 sizeof(struct ieee80211_channel));
1900
1901
1902 /*
1903 * Since we can be called from BH or and non-BH context
1904 * we must use spin_lock_bh()
1905 */
1906 spin_lock_bh(&reg_pending_beacons_lock);
1907 list_add_tail(&reg_beacon->list, &reg_pending_beacons);
1908 spin_unlock_bh(&reg_pending_beacons_lock);
1909
1910 schedule_work(&reg_work);
1911
1912 return 0;
1913}
1914
Johannes Berga3d2eaf2008-09-15 11:10:52 +02001915static void print_rd_rules(const struct ieee80211_regdomain *rd)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001916{
1917 unsigned int i;
Johannes Berga3d2eaf2008-09-15 11:10:52 +02001918 const struct ieee80211_reg_rule *reg_rule = NULL;
1919 const struct ieee80211_freq_range *freq_range = NULL;
1920 const struct ieee80211_power_rule *power_rule = NULL;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001921
1922 printk(KERN_INFO "\t(start_freq - end_freq @ bandwidth), "
1923 "(max_antenna_gain, max_eirp)\n");
1924
1925 for (i = 0; i < rd->n_reg_rules; i++) {
1926 reg_rule = &rd->reg_rules[i];
1927 freq_range = &reg_rule->freq_range;
1928 power_rule = &reg_rule->power_rule;
1929
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05001930 /*
1931 * There may not be documentation for max antenna gain
1932 * in certain regions
1933 */
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001934 if (power_rule->max_antenna_gain)
1935 printk(KERN_INFO "\t(%d KHz - %d KHz @ %d KHz), "
1936 "(%d mBi, %d mBm)\n",
1937 freq_range->start_freq_khz,
1938 freq_range->end_freq_khz,
1939 freq_range->max_bandwidth_khz,
1940 power_rule->max_antenna_gain,
1941 power_rule->max_eirp);
1942 else
1943 printk(KERN_INFO "\t(%d KHz - %d KHz @ %d KHz), "
1944 "(N/A, %d mBm)\n",
1945 freq_range->start_freq_khz,
1946 freq_range->end_freq_khz,
1947 freq_range->max_bandwidth_khz,
1948 power_rule->max_eirp);
1949 }
1950}
1951
Johannes Berga3d2eaf2008-09-15 11:10:52 +02001952static void print_regdomain(const struct ieee80211_regdomain *rd)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001953{
1954
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001955 if (is_intersected_alpha2(rd->alpha2)) {
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001956
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04001957 if (last_request->initiator ==
1958 NL80211_REGDOM_SET_BY_COUNTRY_IE) {
Johannes Berg79c97e92009-07-07 03:56:12 +02001959 struct cfg80211_registered_device *rdev;
1960 rdev = cfg80211_rdev_by_wiphy_idx(
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05001961 last_request->wiphy_idx);
Johannes Berg79c97e92009-07-07 03:56:12 +02001962 if (rdev) {
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001963 printk(KERN_INFO "cfg80211: Current regulatory "
1964 "domain updated by AP to: %c%c\n",
Johannes Berg79c97e92009-07-07 03:56:12 +02001965 rdev->country_ie_alpha2[0],
1966 rdev->country_ie_alpha2[1]);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001967 } else
1968 printk(KERN_INFO "cfg80211: Current regulatory "
1969 "domain intersected: \n");
1970 } else
1971 printk(KERN_INFO "cfg80211: Current regulatory "
Luis R. Rodriguez039498c2009-01-07 17:43:35 -08001972 "domain intersected: \n");
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001973 } else if (is_world_regdom(rd->alpha2))
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001974 printk(KERN_INFO "cfg80211: World regulatory "
1975 "domain updated:\n");
1976 else {
1977 if (is_unknown_alpha2(rd->alpha2))
1978 printk(KERN_INFO "cfg80211: Regulatory domain "
1979 "changed to driver built-in settings "
1980 "(unknown country)\n");
1981 else
1982 printk(KERN_INFO "cfg80211: Regulatory domain "
1983 "changed to country: %c%c\n",
1984 rd->alpha2[0], rd->alpha2[1]);
1985 }
1986 print_rd_rules(rd);
1987}
1988
Johannes Berg2df78162008-10-28 16:49:41 +01001989static void print_regdomain_info(const struct ieee80211_regdomain *rd)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07001990{
1991 printk(KERN_INFO "cfg80211: Regulatory domain: %c%c\n",
1992 rd->alpha2[0], rd->alpha2[1]);
1993 print_rd_rules(rd);
1994}
1995
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08001996#ifdef CONFIG_CFG80211_REG_DEBUG
1997static void reg_country_ie_process_debug(
1998 const struct ieee80211_regdomain *rd,
1999 const struct ieee80211_regdomain *country_ie_regdomain,
2000 const struct ieee80211_regdomain *intersected_rd)
2001{
2002 printk(KERN_DEBUG "cfg80211: Received country IE:\n");
2003 print_regdomain_info(country_ie_regdomain);
2004 printk(KERN_DEBUG "cfg80211: CRDA thinks this should applied:\n");
2005 print_regdomain_info(rd);
2006 if (intersected_rd) {
2007 printk(KERN_DEBUG "cfg80211: We intersect both of these "
2008 "and get:\n");
Luis R. Rodriguez667ecd02009-01-22 15:05:43 -08002009 print_regdomain_info(intersected_rd);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002010 return;
2011 }
2012 printk(KERN_DEBUG "cfg80211: Intersection between both failed\n");
2013}
2014#else
2015static inline void reg_country_ie_process_debug(
2016 const struct ieee80211_regdomain *rd,
2017 const struct ieee80211_regdomain *country_ie_regdomain,
2018 const struct ieee80211_regdomain *intersected_rd)
2019{
2020}
2021#endif
2022
Johannes Bergd2372b32008-10-24 20:32:20 +02002023/* Takes ownership of rd only if it doesn't fail */
Johannes Berga3d2eaf2008-09-15 11:10:52 +02002024static int __set_regdom(const struct ieee80211_regdomain *rd)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002025{
Luis R. Rodriguez9c964772008-10-30 13:33:53 -07002026 const struct ieee80211_regdomain *intersected_rd = NULL;
Johannes Berg79c97e92009-07-07 03:56:12 +02002027 struct cfg80211_registered_device *rdev = NULL;
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05002028 struct wiphy *request_wiphy;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002029 /* Some basic sanity checks first */
2030
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002031 if (is_world_regdom(rd->alpha2)) {
Johannes Bergf6037d02008-10-21 11:01:33 +02002032 if (WARN_ON(!reg_is_valid_request(rd->alpha2)))
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002033 return -EINVAL;
2034 update_world_regdomain(rd);
2035 return 0;
2036 }
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002037
2038 if (!is_alpha2_set(rd->alpha2) && !is_an_alpha2(rd->alpha2) &&
2039 !is_unknown_alpha2(rd->alpha2))
2040 return -EINVAL;
2041
Johannes Bergf6037d02008-10-21 11:01:33 +02002042 if (!last_request)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002043 return -EINVAL;
2044
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002045 /*
2046 * Lets only bother proceeding on the same alpha2 if the current
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002047 * rd is non static (it means CRDA was present and was used last)
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002048 * and the pending request came in from a country IE
2049 */
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04002050 if (last_request->initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE) {
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002051 /*
2052 * If someone else asked us to change the rd lets only bother
2053 * checking if the alpha2 changes if CRDA was already called
2054 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002055 if (!is_old_static_regdom(cfg80211_regdomain) &&
Luis R. Rodriguez69b15722009-02-21 00:04:33 -05002056 !regdom_changes(rd->alpha2))
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002057 return -EINVAL;
2058 }
2059
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002060 /*
2061 * Now lets set the regulatory domain, update all driver channels
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002062 * and finally inform them of what we have done, in case they want
2063 * to review or adjust their own settings based on their own
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002064 * internal EEPROM data
2065 */
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002066
Johannes Bergf6037d02008-10-21 11:01:33 +02002067 if (WARN_ON(!reg_is_valid_request(rd->alpha2)))
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002068 return -EINVAL;
2069
Luis R. Rodriguez8375af32008-11-12 14:21:57 -08002070 if (!is_valid_rd(rd)) {
2071 printk(KERN_ERR "cfg80211: Invalid "
2072 "regulatory domain detected:\n");
2073 print_regdomain_info(rd);
2074 return -EINVAL;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002075 }
2076
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05002077 request_wiphy = wiphy_idx_to_wiphy(last_request->wiphy_idx);
2078
Luis R. Rodriguezb8295ac2008-11-12 14:21:58 -08002079 if (!last_request->intersect) {
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08002080 int r;
2081
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04002082 if (last_request->initiator != NL80211_REGDOM_SET_BY_DRIVER) {
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08002083 reset_regdomains();
2084 cfg80211_regdomain = rd;
2085 return 0;
2086 }
2087
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002088 /*
2089 * For a driver hint, lets copy the regulatory domain the
2090 * driver wanted to the wiphy to deal with conflicts
2091 */
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08002092
Luis R. Rodriguez558f6d32009-06-08 18:54:37 -07002093 /*
2094 * Userspace could have sent two replies with only
2095 * one kernel request.
2096 */
2097 if (request_wiphy->regd)
2098 return -EALREADY;
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08002099
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05002100 r = reg_copy_regd(&request_wiphy->regd, rd);
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08002101 if (r)
2102 return r;
2103
Luis R. Rodriguezb8295ac2008-11-12 14:21:58 -08002104 reset_regdomains();
2105 cfg80211_regdomain = rd;
2106 return 0;
2107 }
2108
2109 /* Intersection requires a bit more work */
2110
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04002111 if (last_request->initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE) {
Luis R. Rodriguezb8295ac2008-11-12 14:21:58 -08002112
Luis R. Rodriguez9c964772008-10-30 13:33:53 -07002113 intersected_rd = regdom_intersect(rd, cfg80211_regdomain);
2114 if (!intersected_rd)
2115 return -EINVAL;
Luis R. Rodriguezb8295ac2008-11-12 14:21:58 -08002116
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002117 /*
2118 * We can trash what CRDA provided now.
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08002119 * However if a driver requested this specific regulatory
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002120 * domain we keep it for its private use
2121 */
Luis R. Rodriguez7db90f42009-03-09 22:07:41 -04002122 if (last_request->initiator == NL80211_REGDOM_SET_BY_DRIVER)
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05002123 request_wiphy->regd = rd;
Luis R. Rodriguez3e0c3ff2009-01-07 17:43:34 -08002124 else
2125 kfree(rd);
2126
Luis R. Rodriguezb8295ac2008-11-12 14:21:58 -08002127 rd = NULL;
2128
2129 reset_regdomains();
2130 cfg80211_regdomain = intersected_rd;
2131
2132 return 0;
Luis R. Rodriguez9c964772008-10-30 13:33:53 -07002133 }
2134
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002135 /*
2136 * Country IE requests are handled a bit differently, we intersect
2137 * the country IE rd with what CRDA believes that country should have
2138 */
2139
Luis R. Rodriguez729e9c72009-05-31 18:24:34 -04002140 /*
2141 * Userspace could have sent two replies with only
2142 * one kernel request. By the second reply we would have
2143 * already processed and consumed the country_ie_regdomain.
2144 */
2145 if (!country_ie_regdomain)
2146 return -EALREADY;
Luis R. Rodriguez86f04682009-03-20 23:53:07 -04002147 BUG_ON(rd == country_ie_regdomain);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002148
Luis R. Rodriguez86f04682009-03-20 23:53:07 -04002149 /*
2150 * Intersect what CRDA returned and our what we
2151 * had built from the Country IE received
2152 */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002153
Luis R. Rodriguez86f04682009-03-20 23:53:07 -04002154 intersected_rd = regdom_intersect(rd, country_ie_regdomain);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002155
Luis R. Rodriguez86f04682009-03-20 23:53:07 -04002156 reg_country_ie_process_debug(rd,
2157 country_ie_regdomain,
2158 intersected_rd);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002159
Luis R. Rodriguez86f04682009-03-20 23:53:07 -04002160 kfree(country_ie_regdomain);
2161 country_ie_regdomain = NULL;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002162
2163 if (!intersected_rd)
2164 return -EINVAL;
2165
Johannes Berg79c97e92009-07-07 03:56:12 +02002166 rdev = wiphy_to_dev(request_wiphy);
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002167
Johannes Berg79c97e92009-07-07 03:56:12 +02002168 rdev->country_ie_alpha2[0] = rd->alpha2[0];
2169 rdev->country_ie_alpha2[1] = rd->alpha2[1];
2170 rdev->env = last_request->country_ie_env;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002171
2172 BUG_ON(intersected_rd == rd);
2173
2174 kfree(rd);
2175 rd = NULL;
2176
Luis R. Rodriguezb8295ac2008-11-12 14:21:58 -08002177 reset_regdomains();
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002178 cfg80211_regdomain = intersected_rd;
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002179
2180 return 0;
2181}
2182
2183
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002184/*
2185 * Use this call to set the current regulatory domain. Conflicts with
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002186 * multiple drivers can be ironed out later. Caller must've already
Luis R. Rodriguezfb1fc7a2009-02-21 00:04:31 -05002187 * kmalloc'd the rd structure. Caller must hold cfg80211_mutex
2188 */
Johannes Berga3d2eaf2008-09-15 11:10:52 +02002189int set_regdom(const struct ieee80211_regdomain *rd)
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002190{
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002191 int r;
2192
Luis R. Rodriguez761cf7e2009-02-21 00:04:25 -05002193 assert_cfg80211_lock();
2194
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002195 /* Note that this doesn't update the wiphys, this is done below */
2196 r = __set_regdom(rd);
Johannes Bergd2372b32008-10-24 20:32:20 +02002197 if (r) {
2198 kfree(rd);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002199 return r;
Johannes Bergd2372b32008-10-24 20:32:20 +02002200 }
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002201
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002202 /* This would make this whole thing pointless */
Luis R. Rodrigueza01ddaf2008-11-12 14:21:59 -08002203 if (!last_request->intersect)
2204 BUG_ON(rd != cfg80211_regdomain);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002205
2206 /* update all wiphys now with the new established regulatory domain */
Johannes Bergf6037d02008-10-21 11:01:33 +02002207 update_all_wiphy_regulatory(last_request->initiator);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002208
Luis R. Rodrigueza01ddaf2008-11-12 14:21:59 -08002209 print_regdomain(cfg80211_regdomain);
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002210
Luis R. Rodriguez73d54c92009-03-09 22:07:42 -04002211 nl80211_send_reg_change_event(last_request);
2212
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002213 return r;
2214}
2215
Luis R. Rodrigueza1794392009-02-21 00:04:21 -05002216/* Caller must hold cfg80211_mutex */
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002217void reg_device_remove(struct wiphy *wiphy)
2218{
Luis R. Rodriguez0ad8aca2009-03-24 21:21:08 -04002219 struct wiphy *request_wiphy = NULL;
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05002220
Luis R. Rodriguez761cf7e2009-02-21 00:04:25 -05002221 assert_cfg80211_lock();
2222
Chris Wright0ef9ccd2009-04-24 14:09:31 -07002223 kfree(wiphy->regd);
2224
Luis R. Rodriguez0ad8aca2009-03-24 21:21:08 -04002225 if (last_request)
2226 request_wiphy = wiphy_idx_to_wiphy(last_request->wiphy_idx);
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05002227
Chris Wright0ef9ccd2009-04-24 14:09:31 -07002228 if (!request_wiphy || request_wiphy != wiphy)
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002229 return;
Chris Wright0ef9ccd2009-04-24 14:09:31 -07002230
Luis R. Rodriguez806a9e32009-02-21 00:04:26 -05002231 last_request->wiphy_idx = WIPHY_IDX_STALE;
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002232 last_request->country_ie_env = ENVIRON_ANY;
2233}
2234
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002235int regulatory_init(void)
2236{
Luis R. Rodriguezbcf4f992009-02-21 00:04:24 -05002237 int err = 0;
Johannes Berg734366d2008-09-15 10:56:48 +02002238
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002239 reg_pdev = platform_device_register_simple("regulatory", 0, NULL, 0);
2240 if (IS_ERR(reg_pdev))
2241 return PTR_ERR(reg_pdev);
Johannes Berg734366d2008-09-15 10:56:48 +02002242
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05002243 spin_lock_init(&reg_requests_lock);
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05002244 spin_lock_init(&reg_pending_beacons_lock);
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05002245
Johannes Berg734366d2008-09-15 10:56:48 +02002246#ifdef CONFIG_WIRELESS_OLD_REGULATORY
Johannes Berga3d2eaf2008-09-15 11:10:52 +02002247 cfg80211_regdomain = static_regdom(ieee80211_regdom);
Johannes Berg734366d2008-09-15 10:56:48 +02002248
Johannes Berg942b25c2008-09-15 11:26:47 +02002249 printk(KERN_INFO "cfg80211: Using static regulatory domain info\n");
Johannes Berg734366d2008-09-15 10:56:48 +02002250 print_regdomain_info(cfg80211_regdomain);
Johannes Berg734366d2008-09-15 10:56:48 +02002251#else
Johannes Berga3d2eaf2008-09-15 11:10:52 +02002252 cfg80211_regdomain = cfg80211_world_regdom;
Johannes Berg734366d2008-09-15 10:56:48 +02002253
Johannes Berg734366d2008-09-15 10:56:48 +02002254#endif
Luis R. Rodriguezae9e4b02009-07-14 20:23:15 -04002255 /* We always try to get an update for the static regdomain */
2256 err = regulatory_hint_core(cfg80211_regdomain->alpha2);
Luis R. Rodriguezbcf4f992009-02-21 00:04:24 -05002257 if (err) {
2258 if (err == -ENOMEM)
2259 return err;
2260 /*
2261 * N.B. kobject_uevent_env() can fail mainly for when we're out
2262 * memory which is handled and propagated appropriately above
2263 * but it can also fail during a netlink_broadcast() or during
2264 * early boot for call_usermodehelper(). For now treat these
2265 * errors as non-fatal.
2266 */
2267 printk(KERN_ERR "cfg80211: kobject_uevent_env() was unable "
2268 "to call CRDA during init");
2269#ifdef CONFIG_CFG80211_REG_DEBUG
2270 /* We want to find out exactly why when debugging */
2271 WARN_ON(err);
2272#endif
2273 }
Johannes Berg734366d2008-09-15 10:56:48 +02002274
Luis R. Rodriguezae9e4b02009-07-14 20:23:15 -04002275 /*
2276 * Finally, if the user set the module parameter treat it
2277 * as a user hint.
2278 */
2279 if (!is_world_regdom(ieee80211_regdom))
2280 regulatory_hint_user(ieee80211_regdom);
2281
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002282 return 0;
2283}
2284
2285void regulatory_exit(void)
2286{
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05002287 struct regulatory_request *reg_request, *tmp;
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05002288 struct reg_beacon *reg_beacon, *btmp;
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05002289
2290 cancel_work_sync(&reg_work);
2291
Luis R. Rodrigueza1794392009-02-21 00:04:21 -05002292 mutex_lock(&cfg80211_mutex);
Johannes Berg734366d2008-09-15 10:56:48 +02002293
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002294 reset_regdomains();
Johannes Berg734366d2008-09-15 10:56:48 +02002295
Luis R. Rodriguez3f2355c2008-11-12 14:22:02 -08002296 kfree(country_ie_regdomain);
2297 country_ie_regdomain = NULL;
2298
Johannes Bergf6037d02008-10-21 11:01:33 +02002299 kfree(last_request);
2300
Luis R. Rodriguezb2e1b302008-09-09 23:19:48 -07002301 platform_device_unregister(reg_pdev);
Johannes Berg734366d2008-09-15 10:56:48 +02002302
Luis R. Rodrigueze38f8a72009-02-21 00:20:39 -05002303 spin_lock_bh(&reg_pending_beacons_lock);
2304 if (!list_empty(&reg_pending_beacons)) {
2305 list_for_each_entry_safe(reg_beacon, btmp,
2306 &reg_pending_beacons, list) {
2307 list_del(&reg_beacon->list);
2308 kfree(reg_beacon);
2309 }
2310 }
2311 spin_unlock_bh(&reg_pending_beacons_lock);
2312
2313 if (!list_empty(&reg_beacon_list)) {
2314 list_for_each_entry_safe(reg_beacon, btmp,
2315 &reg_beacon_list, list) {
2316 list_del(&reg_beacon->list);
2317 kfree(reg_beacon);
2318 }
2319 }
2320
Luis R. Rodriguezfe33eb32009-02-21 00:04:30 -05002321 spin_lock(&reg_requests_lock);
2322 if (!list_empty(&reg_requests_list)) {
2323 list_for_each_entry_safe(reg_request, tmp,
2324 &reg_requests_list, list) {
2325 list_del(&reg_request->list);
2326 kfree(reg_request);
2327 }
2328 }
2329 spin_unlock(&reg_requests_lock);
2330
Luis R. Rodrigueza1794392009-02-21 00:04:21 -05002331 mutex_unlock(&cfg80211_mutex);
Johannes Berg8318d782008-01-24 19:38:38 +01002332}