Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4da225bb authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

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: default avatarLuis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 8a3b6c80
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -422,6 +422,7 @@ void ath_reg_notifier_apply(struct wiphy *wiphy,
		       sizeof(struct ath_regulatory));
		       sizeof(struct ath_regulatory));
		break;
		break;
	case NL80211_REGDOM_SET_BY_DRIVER:
	case NL80211_REGDOM_SET_BY_DRIVER:
		break;
	case NL80211_REGDOM_SET_BY_USER:
	case NL80211_REGDOM_SET_BY_USER:
		break;
		break;
	case NL80211_REGDOM_SET_BY_COUNTRY_IE:
	case NL80211_REGDOM_SET_BY_COUNTRY_IE: