diff options
Diffstat (limited to 'net/mac80211/iface.c')
| -rw-r--r-- | net/mac80211/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index 417355390873..677422e11e07 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
| @@ -93,7 +93,7 @@ static u32 __ieee80211_idle_on(struct ieee80211_local *local) | |||
| 93 | if (local->hw.conf.flags & IEEE80211_CONF_IDLE) | 93 | if (local->hw.conf.flags & IEEE80211_CONF_IDLE) |
| 94 | return 0; | 94 | return 0; |
| 95 | 95 | ||
| 96 | ieee80211_flush_queues(local, NULL); | 96 | ieee80211_flush_queues(local, NULL, false); |
| 97 | 97 | ||
| 98 | local->hw.conf.flags |= IEEE80211_CONF_IDLE; | 98 | local->hw.conf.flags |= IEEE80211_CONF_IDLE; |
| 99 | return IEEE80211_CONF_CHANGE_IDLE; | 99 | return IEEE80211_CONF_CHANGE_IDLE; |
