diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-05-02 01:17:27 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-05-04 16:22:14 -0400 |
commit | 30a548c727514484b08ac06edf0a7eb0f7fd70bf (patch) | |
tree | 531126337e3f6318a269cda96bbb52de1f42d2e7 /net | |
parent | b1ed8ddd21a2d7acf8efbb60a112ea5c9f914159 (diff) |
cfg80211: fix comment on regulatory hint processing
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/wireless/reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 974b127aea66..08265ca15785 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c | |||
@@ -1436,7 +1436,7 @@ new_request: | |||
1436 | return call_crda(last_request->alpha2); | 1436 | return call_crda(last_request->alpha2); |
1437 | } | 1437 | } |
1438 | 1438 | ||
1439 | /* This currently only processes user and driver regulatory hints */ | 1439 | /* This processes *all* regulatory hints */ |
1440 | static void reg_process_hint(struct regulatory_request *reg_request) | 1440 | static void reg_process_hint(struct regulatory_request *reg_request) |
1441 | { | 1441 | { |
1442 | int r = 0; | 1442 | int r = 0; |