Wifi/IEEE 802.11

From Gentoo Wiki
< Wifi
Jump to:navigation Jump to:search
This page is a translated version of the page Wifi/IEEE 802.11 and the translation is 83% complete.
Outdated translations are marked like this.


Resources


Active al menos cfg80211 (CONFIG_CFG80211) y mac80211 (CONFIG_MAC80211).

KERNEL Ejemplo en linux-4.19
[*] Networking support  --->
    [*] Wireless  --->
        <M>   cfg80211 - wireless configuration API
        [ ]     nl80211 testmode command
        [ ]     enable developer warnings
        [ ]     cfg80211 certification onus
        [*]     enable powersave by default
        [ ]     cfg80211 DebugFS entries
        [ ]     support CRDA
        [ ]     cfg80211 wireless extensions compatibility
        <M>   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 y su soporte para 802.11n es un algoritmo de control de tasa. Algunos controladores inalámbricos pueden requerir que esté habilitado.

Importante
En caso de que la API de configuración inalámbrica (CONFIG_CFG80211) esté integrada en el kernel (<*>) en lugar de un módulo (<M>), el controlador no podrá cargar regulatory.db desde /lib/firmware, lo que da como resultado un soporte de dominio regulatorio roto. Establezca CONFIG_CFG80211=m o agregue regulatory.db y regulatory.db.p7s a CONFIG_EXTRA_FIRMWARE.