Flip on IEEE80211_SUPPORT_MESH and AH_SUPPORT_AR5416, the
wlan and ath modules respectively assume this is set. Pointy hat to: adrian
This commit is contained in:
parent
f39adedd5b
commit
3d090dd20d
@ -180,6 +180,15 @@ device uslcom # SI Labs CP2101/CP2102 serial adapters
|
||||
device uvisor # Visor and Palm devices
|
||||
device uvscom # USB serial support for DDI pocket's PHS
|
||||
|
||||
# Wireless NIC cards.
|
||||
# The wlan(4) module assumes this, so just define it so it
|
||||
# at least correctly loads.
|
||||
options IEEE80211_SUPPORT_MESH
|
||||
|
||||
# The ath(4) and ath_hal(4) code requires this. The module currently
|
||||
# builds everything including AR5416 (and later 11n NIC) support.
|
||||
options AH_SUPPORT_AR5416
|
||||
|
||||
# FireWire support
|
||||
device fwip # IP over FireWire (RFC 2734,3146)
|
||||
# sbp(4) works for some systems but causes boot failure on others
|
||||
|
Loading…
Reference in New Issue
Block a user