forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/net/wireless/ath/ath9k/htc_drv_main.c
....@@ -1251,6 +1251,7 @@
12511251 FIF_OTHER_BSS | \
12521252 FIF_BCN_PRBRESP_PROMISC | \
12531253 FIF_PROBE_REQ | \
1254
+ FIF_MCAST_ACTION | \
12541255 FIF_FCSFAIL)
12551256
12561257 static void ath9k_htc_configure_filter(struct ieee80211_hw *hw,
....@@ -1674,7 +1675,7 @@
16741675 case IEEE80211_AMPDU_TX_START:
16751676 ret = ath9k_htc_tx_aggr_oper(priv, vif, sta, action, tid);
16761677 if (!ret)
1677
- ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
1678
+ ret = IEEE80211_AMPDU_TX_START_IMMEDIATE;
16781679 break;
16791680 case IEEE80211_AMPDU_TX_STOP_CONT:
16801681 case IEEE80211_AMPDU_TX_STOP_FLUSH: