diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-06-16 13:56:42 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 14:57:53 -0400 |
commit | a538e2d5a30f577e9c8f6ccfe72b29a258e0fe86 (patch) | |
tree | 56bc91e64d25fc4fdc1f00f01e0afa8be519e252 /net/wireless/nl80211.h | |
parent | 222ec50a0a5d20e75522aacf4c767df6585e8548 (diff) |
cfg80211: issue netlink notification when scan starts
To ease multiple apps working together smoothly,
send a notification when a scan is started.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/nl80211.h')
-rw-r--r-- | net/wireless/nl80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/wireless/nl80211.h b/net/wireless/nl80211.h index 5c12ad13499b..a3872a40cfa7 100644 --- a/net/wireless/nl80211.h +++ b/net/wireless/nl80211.h | |||
@@ -6,6 +6,8 @@ | |||
6 | extern int nl80211_init(void); | 6 | extern int nl80211_init(void); |
7 | extern void nl80211_exit(void); | 7 | extern void nl80211_exit(void); |
8 | extern void nl80211_notify_dev_rename(struct cfg80211_registered_device *rdev); | 8 | extern void nl80211_notify_dev_rename(struct cfg80211_registered_device *rdev); |
9 | extern void nl80211_send_scan_start(struct cfg80211_registered_device *rdev, | ||
10 | struct net_device *netdev); | ||
9 | extern void nl80211_send_scan_done(struct cfg80211_registered_device *rdev, | 11 | extern void nl80211_send_scan_done(struct cfg80211_registered_device *rdev, |
10 | struct net_device *netdev); | 12 | struct net_device *netdev); |
11 | extern void nl80211_send_scan_aborted(struct cfg80211_registered_device *rdev, | 13 | extern void nl80211_send_scan_aborted(struct cfg80211_registered_device *rdev, |