Wifi/IEEE 802.11
From Gentoo Wiki
< Wifi
Jump to:navigation
Jump to:search
Outdated translations are marked like this.
Resources
Увімкніть принаймні опціїcfg80211 і mac80211. Деяким драйверам для бездротових пристроїв потрібно алгоритм управління швидкістю.
[*] Networking support --->
[*] Wireless --->
<*> cfg80211 - wireless configuration API
[ ] nl80211 testmode command
[ ] enable developer warnings
[ ] cfg80211 regulatory debugging
[ ] cfg80211 certification onus
[*] enable powersave by default
[ ] cfg80211 DebugFS entries
[ ] use statically compiled regulatory rules database
[ ] cfg80211 wireless extensions compatibility
<*> Generic IEEE 802.11 Networking Stack (mac80211)
[*] Minstrel
[*] Minstrel 802.11n support
[ ] Minstrel 802.11ac support
Default rate control algorithm (Minstrel) --->
[ ] Enable mac80211 mesh networking (pre-802.11s) support
-*- Enable LED triggers
[ ] Export mac80211 internals in DebugFS
[ ] Trace all mac80211 debug messages
[ ] Select mac80211 debugging features ----
Minstrel з його підтримкою 802.11n це і є [https://wireless.wiki.kernel.org/en/developers/Documentation/mac80211/RateControl/minstrel алгоритм управління швидкістю].
Важливо
In case the wireless configuration API (CONFIG_CFG80211) is built into the kernel (
In case the wireless configuration API (CONFIG_CFG80211) is built into the kernel (
<*>
) instead as a module (<M>
), the driver won't be able to load regulatory.db from /lib/firmware resulting in broken regulatory domain support. Please set CONFIG_CFG80211=m or add regulatory.db and regulatory.db.p7s (from net-wireless/wireless-regdb) to CONFIG_EXTRA_FIRMWARE.