diff options
Diffstat (limited to 'net/mac80211/agg-tx.c')
-rw-r--r-- | net/mac80211/agg-tx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c index 7d8656d51c6b..5a7ef51e3020 100644 --- a/net/mac80211/agg-tx.c +++ b/net/mac80211/agg-tx.c | |||
@@ -479,7 +479,6 @@ void ieee80211_start_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u16 tid) | |||
479 | spin_unlock_bh(&sta->lock); | 479 | spin_unlock_bh(&sta->lock); |
480 | rcu_read_unlock(); | 480 | rcu_read_unlock(); |
481 | } | 481 | } |
482 | EXPORT_SYMBOL(ieee80211_start_tx_ba_cb); | ||
483 | 482 | ||
484 | void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, | 483 | void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, |
485 | const u8 *ra, u16 tid) | 484 | const u8 *ra, u16 tid) |
@@ -619,7 +618,6 @@ void ieee80211_stop_tx_ba_cb(struct ieee80211_vif *vif, u8 *ra, u8 tid) | |||
619 | spin_unlock_bh(&sta->lock); | 618 | spin_unlock_bh(&sta->lock); |
620 | rcu_read_unlock(); | 619 | rcu_read_unlock(); |
621 | } | 620 | } |
622 | EXPORT_SYMBOL(ieee80211_stop_tx_ba_cb); | ||
623 | 621 | ||
624 | void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, | 622 | void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_vif *vif, |
625 | const u8 *ra, u16 tid) | 623 | const u8 *ra, u16 tid) |