pm.c (9095bf25ea08135a5b74875dd0e3eeaddc4218a0) pm.c (b34939b9836950d261610132853311054b507247)
1#include <net/mac80211.h>
2#include <net/rtnetlink.h>
3
4#include "ieee80211_i.h"
5#include "mesh.h"
6#include "driver-ops.h"
7#include "led.h"
8
9static void ieee80211_sched_scan_cancel(struct ieee80211_local *local)
10{
11 if (ieee80211_request_sched_scan_stop(local))
12 return;
1#include <net/mac80211.h>
2#include <net/rtnetlink.h>
3
4#include "ieee80211_i.h"
5#include "mesh.h"
6#include "driver-ops.h"
7#include "led.h"
8
9static void ieee80211_sched_scan_cancel(struct ieee80211_local *local)
10{
11 if (ieee80211_request_sched_scan_stop(local))
12 return;
13 cfg80211_sched_scan_stopped_rtnl(local->hw.wiphy);
13 cfg80211_sched_scan_stopped_rtnl(local->hw.wiphy, 0);
14}
15
16int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
17{
18 struct ieee80211_local *local = hw_to_local(hw);
19 struct ieee80211_sub_if_data *sdata;
20 struct sta_info *sta;
21

--- 186 unchanged lines hidden ---
14}
15
16int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
17{
18 struct ieee80211_local *local = hw_to_local(hw);
19 struct ieee80211_sub_if_data *sdata;
20 struct sta_info *sta;
21

--- 186 unchanged lines hidden ---