Dear community,
I have a custom kernel for which I like to have wlan just in rare cases. In the kernel configuration I have
All they appear directly in the kernel as shown by
with additional items. Is it possible to relocate the wlan things to modules which are not directly added to the kernel but can be loaded at demand manually?
Kind regards,
Christoph
I have a custom kernel for which I like to have wlan just in rare cases. In the kernel configuration I have
Code:
% grep wlan MYKERNEL
device wlan # 802.11 support
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
Code:
% kldstat -v
Id Refs Address Size Name
1 35 0xffffffff80200000 fd9108 kernel (/boot/kernel/kernel)
Contains modules:
Id Name
241 if_lo
...
248 wlan_wep
247 wlan_tkip
246 wlan_ccmp
245 wlan_amrr
251 wlan_sta
250 wlan_ratectl_none
249 wlan
Kind regards,
Christoph