| .. | .. |
|---|
| 1251 | 1251 | FIF_OTHER_BSS | \ |
|---|
| 1252 | 1252 | FIF_BCN_PRBRESP_PROMISC | \ |
|---|
| 1253 | 1253 | FIF_PROBE_REQ | \ |
|---|
| 1254 | + FIF_MCAST_ACTION | \ |
|---|
| 1254 | 1255 | FIF_FCSFAIL) |
|---|
| 1255 | 1256 | |
|---|
| 1256 | 1257 | static void ath9k_htc_configure_filter(struct ieee80211_hw *hw, |
|---|
| .. | .. |
|---|
| 1674 | 1675 | case IEEE80211_AMPDU_TX_START: |
|---|
| 1675 | 1676 | ret = ath9k_htc_tx_aggr_oper(priv, vif, sta, action, tid); |
|---|
| 1676 | 1677 | if (!ret) |
|---|
| 1677 | | - ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid); |
|---|
| 1678 | + ret = IEEE80211_AMPDU_TX_START_IMMEDIATE; |
|---|
| 1678 | 1679 | break; |
|---|
| 1679 | 1680 | case IEEE80211_AMPDU_TX_STOP_CONT: |
|---|
| 1680 | 1681 | case IEEE80211_AMPDU_TX_STOP_FLUSH: |
|---|