The branch stable/13 has been updated by pkubaj (ports committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d511f4c7bf98fb83c25208ab997daa43578202ac

commit d511f4c7bf98fb83c25208ab997daa43578202ac
Author:     Piotr Kubaj <[email protected]>
AuthorDate: 2022-04-28 00:05:56 +0000
Commit:     Piotr Kubaj <[email protected]>
CommitDate: 2022-04-30 18:23:55 +0000

    powerpc: enable wlan and ath modules in GENERIC64*
    
    Reviewed by:    jhibbits (src)
    Differential Revision: https://reviews.freebsd.org/D35089
    
    (cherry picked from commit 25768526bbedf2ae8ba35001d53c4a5eb09c36d8)
---
 sys/powerpc/conf/GENERIC64   | 14 +++++++++++++-
 sys/powerpc/conf/GENERIC64LE | 14 +++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 5785bf293c8b..1e7fd9759874 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -215,7 +215,19 @@ device             cue             # CATC USB Ethernet
 device         kue             # Kawasaki LSI USB Ethernet
 
 # Wireless NIC cards
-options        IEEE80211_SUPPORT_MESH
+device         wlan            # 802.11 support
+options                IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
+options                IEEE80211_DEBUG # enable debug msgs
+device         wlan_wep        # 802.11 WEP support
+device         wlan_ccmp       # 802.11 CCMP support
+device         wlan_tkip       # 802.11 TKIP support
+device         wlan_amrr       # AMRR transmit rate control algorithm
+device         ath             # Atheros NICs
+device         ath_pci         # Atheros pci/cardbus glue
+device         ath_hal         # pci/cardbus chip support
+options                AH_AR5416_INTERRUPT_MITIGATION  # AR5416 interrupt 
mitigation
+options                ATH_ENABLE_11N  # Enable 802.11n support for AR5416 and 
later
+device         ath_rate_sample # SampleRate tx rate control for ath
 
 # FireWire support
 device         firewire        # FireWire bus code
diff --git a/sys/powerpc/conf/GENERIC64LE b/sys/powerpc/conf/GENERIC64LE
index 969208dc83b1..988597d32ffd 100644
--- a/sys/powerpc/conf/GENERIC64LE
+++ b/sys/powerpc/conf/GENERIC64LE
@@ -207,7 +207,19 @@ device             cue             # CATC USB Ethernet
 device         kue             # Kawasaki LSI USB Ethernet
 
 # Wireless NIC cards
-options        IEEE80211_SUPPORT_MESH
+device         wlan            # 802.11 support
+options                IEEE80211_SUPPORT_MESH  # enable 802.11s draft support
+options                IEEE80211_DEBUG # enable debug msgs
+device         wlan_wep        # 802.11 WEP support
+device         wlan_ccmp       # 802.11 CCMP support
+device         wlan_tkip       # 802.11 TKIP support
+device         wlan_amrr       # AMRR transmit rate control algorithm
+device         ath             # Atheros NICs
+device         ath_pci         # Atheros pci/cardbus glue
+device         ath_hal         # pci/cardbus chip support
+options                AH_AR5416_INTERRUPT_MITIGATION  # AR5416 interrupt 
mitigation
+options                ATH_ENABLE_11N  # Enable 802.11n support for AR5416 and 
later
+device         ath_rate_sample # SampleRate tx rate control for ath
 
 # FireWire support
 device         firewire        # FireWire bus code

Reply via email to