|
@@ -1535,7 +1535,8 @@ static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband,
|
|
tx_info_priv->tx.ts_longretry);
|
|
tx_info_priv->tx.ts_longretry);
|
|
|
|
|
|
/* Check if aggregation has to be enabled for this tid */
|
|
/* Check if aggregation has to be enabled for this tid */
|
|
- if (conf_is_ht(&sc->hw->conf)) {
|
|
|
|
|
|
+ if (conf_is_ht(&sc->hw->conf) &&
|
|
|
|
+ !(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
|
|
if (ieee80211_is_data_qos(fc)) {
|
|
if (ieee80211_is_data_qos(fc)) {
|
|
u8 *qc, tid;
|
|
u8 *qc, tid;
|
|
struct ath_node *an;
|
|
struct ath_node *an;
|