mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
enable tdma support by default; many people using these boards
are using them to setup tdma p2p links
This commit is contained in:
parent
d134fd67f7
commit
83f5c9db4f
2 changed files with 4 additions and 0 deletions
|
|
@ -102,12 +102,14 @@ device random # Entropy device
|
|||
# Wireless NIC cards
|
||||
device wlan # 802.11 support
|
||||
options IEEE80211_DEBUG
|
||||
options IEEE80211_SUPPORT_TDMA
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_xauth
|
||||
|
||||
device ath # Atheros pci/cardbus NIC's
|
||||
options ATH_SUPPORT_TDMA
|
||||
options ATH_DEBUG
|
||||
options ATH_DIAGAPI
|
||||
#options ATH_TX99_DIAG
|
||||
|
|
|
|||
|
|
@ -101,12 +101,14 @@ device random # Entropy device
|
|||
# Wireless NIC cards
|
||||
device wlan # 802.11 support
|
||||
options IEEE80211_DEBUG
|
||||
options IEEE80211_SUPPORT_TDMA
|
||||
device wlan_wep # 802.11 WEP support
|
||||
device wlan_ccmp # 802.11 CCMP support
|
||||
device wlan_tkip # 802.11 TKIP support
|
||||
device wlan_xauth
|
||||
|
||||
device ath # Atheros pci/cardbus NIC's
|
||||
options ATH_SUPPORT_TDMA
|
||||
options ATH_DEBUG
|
||||
options ATH_DIAGAPI
|
||||
#options ATH_TX99_DIAG
|
||||
|
|
|
|||
Loading…
Reference in a new issue