]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the AR9300 HAL ID in to the 11n check routine.
authorAdrian Chadd <adrian@FreeBSD.org>
Sat, 11 Aug 2012 22:25:28 +0000 (22:25 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Sat, 11 Aug 2012 22:25:28 +0000 (22:25 +0000)
commit4ddf2cc38cc659de0713dcaa8c4d10f525bbb8bb
tree2523ed146196c25dc21de53134433133b5431fb4
parent3ae723d459e23ec955519705387bcefbc1180157
Add the AR9300 HAL ID in to the 11n check routine.

I was having TX hang issues, which I root caused to having the
legacy ath_hal_setupxtxdesc() called, rather than the 11n rate scenario
setup code.  This meant that rate control information wasn't being
put into frames, causing the MAC to stall/hang.
sys/dev/ath/if_ath_tx.c