1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# Include wireless drivers by default
drivers/net/wireless/**
# Include staging wireless drivers
prism2_usb ?
drivers/staging/rtl8** ?
r8188eu ?
vt6656_stage ?
# Exclude drivers packaged in nic-pcmcia-modules
drivers/net/wireless/**_cs -
airo -
hostap_plx -
# Don't separate these from their driver families
libertas_cs ?
spectrum_cs ?
# Exclude drivers packaged in nic-usb-modules
rndis_wlan -
# Exclude debug driver
mac80211_hwsim -
# lib80211 encryption algorithms
lib80211_crypt_wep ?
lib80211_crypt_ccmp ?
lib80211_crypt_tkip ?
# (pending) ath11k_pci soft-dep:
qrtr_mhi ?
|