diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2012-12-20 14:31:51 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-07 21:16:53 +0100 |
commit | 70277f47b58b174a6b0b891dcd06ae5125afb73b (patch) | |
tree | 7e03b3f60879982502e944366ebcb5db005c1f4b /drivers/net/wireless/iwlegacy/4965-mac.c | |
parent | ath9k: fix column header comments for some initval arrays (diff) | |
download | linux-70277f47b58b174a6b0b891dcd06ae5125afb73b.tar.xz linux-70277f47b58b174a6b0b891dcd06ae5125afb73b.zip |
iwlegacy: add flush callback
Dump implementation of flush, which just wait until all TX queues
become empty.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/4965-mac.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/4965-mac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlegacy/4965-mac.c b/drivers/net/wireless/iwlegacy/4965-mac.c index 6a86ed45835d..c40020c8b273 100644 --- a/drivers/net/wireless/iwlegacy/4965-mac.c +++ b/drivers/net/wireless/iwlegacy/4965-mac.c @@ -6308,6 +6308,7 @@ const struct ieee80211_ops il4965_mac_ops = { .sta_remove = il_mac_sta_remove, .channel_switch = il4965_mac_channel_switch, .tx_last_beacon = il_mac_tx_last_beacon, + .flush = il_mac_flush, }; static int |