mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Flip this over to be a configurable option for people who wish to play with it.
It's still not ready for prime-time - there's some TX niggles with these 11n cards that I'm still trying to wrap my head around, and AMPDU-TX is just not implemented so things will come to a crashing halt if you're not careful.
This commit is contained in:
parent
44a3316e1f
commit
27ab76d69c
2 changed files with 2 additions and 1 deletions
|
|
@ -783,6 +783,7 @@ AH_NEED_DESC_SWAP opt_ah.h
|
|||
AH_USE_INIPDGAIN opt_ah.h
|
||||
AH_MAXCHAN opt_ah.h
|
||||
AH_RXCFG_SDMAMW_4BYTES opt_ah.h
|
||||
AH_ENABLE_11N opt_ah.h
|
||||
|
||||
# options for the Broadcom BCM43xx driver (bwi)
|
||||
BWI_DEBUG opt_bwi.h
|
||||
|
|
|
|||
|
|
@ -612,7 +612,7 @@ ath_attach(u_int16_t devid, struct ath_softc *sc)
|
|||
* Don't think of doing that unless you know what you're doing.
|
||||
*/
|
||||
|
||||
#ifdef DO_ATH_11N
|
||||
#ifdef AH_ENABLE_11N
|
||||
/*
|
||||
* Query HT capabilities
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue