|
@@ -27,6 +27,10 @@ static inline void
|
|
|
nl80211_send_scan_done(struct cfg80211_registered_device *rdev,
|
|
|
struct net_device *netdev)
|
|
|
{}
|
|
|
+static inline void nl80211_send_scan_aborted(
|
|
|
+ struct cfg80211_registered_device *rdev,
|
|
|
+ struct net_device *netdev)
|
|
|
+{}
|
|
|
#endif /* CONFIG_NL80211 */
|
|
|
|
|
|
#endif /* __NET_WIRELESS_NL80211_H */
|