diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-10-15 04:42:08 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-10-18 22:04:41 +0400 |
commit | 4da225bbc366a4efd6458636c155b34ac9784d4b (patch) | |
tree | 3cc66109cb2c2b90e71fe57cf1ae1f6a0aaa6e0c /drivers/net/wireless/ath/regd.c | |
parent | 8a3b6c800a993bbc7559bcfa77a34e4fc633cf0e (diff) | |
download | linux-4da225bbc366a4efd6458636c155b34ac9784d4b.tar.xz |
ath: split user and driver reguluatory hint parsing
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>
Diffstat (limited to 'drivers/net/wireless/ath/regd.c')
-rw-r--r-- | drivers/net/wireless/ath/regd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/regd.c b/drivers/net/wireless/ath/regd.c index 8373650a946e..7222eebba47e 100644 --- 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: |