mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build of this kernel config. The ath(4) bits need the 11n frame format
even though ar5416 isn't enabled. Reviewed by: adrian
This commit is contained in:
parent
1422779793
commit
a89fa8f7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ device ath_rf5112
|
|||
device ath_rf5413
|
||||
#
|
||||
#device ath_ar5416
|
||||
#options AH_SUPPORT_AR5416 # NB: for 11n descriptor format
|
||||
options AH_SUPPORT_AR5416 # NB: for 11n descriptor format
|
||||
#device ath_ar9160
|
||||
#device ath_ar9280
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue