cfg80211: send regulatory beacon hint events to userspace
This informs userspace when a change has occured on a world roaming wiphy's channel which has lifted some restrictions due to a regulatory beacon hint. Because this is now sent to userspace through the regulatory multicast group we remove the debug prints we used to use as they are no longer necessary. Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
5dab3b8a68
commit
6bad876662
@ -29,4 +29,9 @@ nl80211_michael_mic_failure(struct cfg80211_registered_device *rdev,
|
||||
enum nl80211_key_type key_type,
|
||||
int key_id, const u8 *tsc);
|
||||
|
||||
extern void
|
||||
nl80211_send_beacon_hint_event(struct wiphy *wiphy,
|
||||
struct ieee80211_channel *channel_before,
|
||||
struct ieee80211_channel *channel_after);
|
||||
|
||||
#endif /* __NET_WIRELESS_NL80211_H */
|
||||
|
Reference in New Issue
Block a user