diff options
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 321d598eb8cb..1ebc13383ae7 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -1300,7 +1300,7 @@ static int ieee80211_set_channel(struct wiphy *wiphy, | |||
1300 | static int ieee80211_suspend(struct wiphy *wiphy, | 1300 | static int ieee80211_suspend(struct wiphy *wiphy, |
1301 | struct cfg80211_wowlan *wowlan) | 1301 | struct cfg80211_wowlan *wowlan) |
1302 | { | 1302 | { |
1303 | return __ieee80211_suspend(wiphy_priv(wiphy)); | 1303 | return __ieee80211_suspend(wiphy_priv(wiphy), wowlan); |
1304 | } | 1304 | } |
1305 | 1305 | ||
1306 | static int ieee80211_resume(struct wiphy *wiphy) | 1306 | static int ieee80211_resume(struct wiphy *wiphy) |