Loading net/mac80211/agg-tx.c +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ static void sta_addba_resp_timer_expired(unsigned long data) *state = HT_AGG_STATE_IDLE; #ifdef CONFIG_MAC80211_HT_DEBUG printk(KERN_DEBUG "timer expired on tid %d but we are not " "(or no longer) expecting addBA response there", "(or no longer) expecting addBA response there\n", tid); #endif return; Loading Loading
net/mac80211/agg-tx.c +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ static void sta_addba_resp_timer_expired(unsigned long data) *state = HT_AGG_STATE_IDLE; #ifdef CONFIG_MAC80211_HT_DEBUG printk(KERN_DEBUG "timer expired on tid %d but we are not " "(or no longer) expecting addBA response there", "(or no longer) expecting addBA response there\n", tid); #endif return; Loading