commit | ff550cb4f8ef03f7cb0b4948e503388bcfb96034 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Sep 11 03:17:05 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Sep 15 16:48:24 2008 -0400 |
tree | c9c7d209c8130b2868c5e6a2722c86e501d451c0 | |
parent | 687c7c0807371aeaa94ff2fff511eeb326b5c5de [diff] |
iwlwifi: don't access mac80211's AMPDU state machine There really is no need, at worst ieee80211_start_tx_ba_session will log a message when debugging is enabled, and poking such internals of mac80211 definitely doesn't belong into an RC algorithm. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>