diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-07 18:12:01 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-12 15:06:49 -0400 |
commit | 86a22acfcb40ed9cf4ceee789b45da6a3314ed77 (patch) | |
tree | 40dcb64f166fc6c9f01e558323a9bdd27526c2dd /drivers/net/wireless/ath/ath9k/main.c | |
parent | f2c7a793374be88eb680a5dfcf400b4cd97f29d4 (diff) | |
download | lwn-86a22acfcb40ed9cf4ceee789b45da6a3314ed77.tar.gz lwn-86a22acfcb40ed9cf4ceee789b45da6a3314ed77.zip |
ath9k: implement support for .release_buffered_frames()
This adds support for PS-Poll and U-APSD driver-buffered frames (part of
an aggregation session).
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index e5b186b04b29..bf61a1c3f14c 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c @@ -2347,6 +2347,7 @@ struct ieee80211_ops ath9k_ops = { .flush = ath9k_flush, .tx_frames_pending = ath9k_tx_frames_pending, .tx_last_beacon = ath9k_tx_last_beacon, + .release_buffered_frames = ath9k_release_buffered_frames, .get_stats = ath9k_get_stats, .set_antenna = ath9k_set_antenna, .get_antenna = ath9k_get_antenna, |