Search Linux Wireless

RE: help: 802.11s bad performance with 802.11n enabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



CL>For experiment, I changed ath9k driver to disable 802.11n packet aggregation. The network becomes much better.
CL>It's as stable as running 802.11a only mode.
CL>So it seems that the aggregation plays a big role in in-stability of 802.11s network with 802.11n.
CL>Any one has any idea why?

Can you post a patch? i want test this too.

The change is easy
In ath9k/init.c
Function ath9k_set_hw_capab()
Replace below
    if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_HT)
         hw->flags |= IEEE80211_HW_AMPDU_AGGREGATION;
with
	hw->flags &= ~IEEE80211_HW_AMPDU_AGGREGATION; 

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux