projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3b6c8
)
ath: split user and driver reguluatory hint parsing
author
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Tue, 15 Oct 2013 00:42:08 +0000
(17:42 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 18 Oct 2013 18:04:41 +0000
(14:04 -0400)
On the regulatory notifier split up the parsing of the
hints coming from drivers or user. We'll treat these
separately.
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/regd.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/regd.c
b/drivers/net/wireless/ath/regd.c
index 8373650a946ef0c7e44c020c0a1b7abd5dcfdd23..7222eebba47e47f09710e282bc2bbdad93a5d372 100644
(file)
--- a/
drivers/net/wireless/ath/regd.c
+++ b/
drivers/net/wireless/ath/regd.c
@@
-422,6
+422,7
@@
void ath_reg_notifier_apply(struct wiphy *wiphy,
sizeof(struct ath_regulatory));
break;
case NL80211_REGDOM_SET_BY_DRIVER:
+ break;
case NL80211_REGDOM_SET_BY_USER:
break;
case NL80211_REGDOM_SET_BY_COUNTRY_IE: