···610610 REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT));611611612612 if (AR_SREV_9280_20_OR_LATER(ah)) {613613- val = REG_READ(ah, AR_PCU_MISC_MODE2);613613+ /*614614+ * For AR9280 and above, there is a new feature that allows615615+ * Multicast search based on both MAC Address and Key ID.616616+ * By default, this feature is enabled. But since the driver617617+ * is not using this feature, we switch it off; otherwise618618+ * multicast search based on MAC addr only will fail.619619+ */620620+ val = REG_READ(ah, AR_PCU_MISC_MODE2) &621621+ (~AR_ADHOC_MCAST_KEYID_ENABLE);614622615623 if (!AR_SREV_9271(ah))616624 val &= ~AR_PCU_MISC_MODE2_HWWAR1;
···11menuconfig RT2X0022 tristate "Ralink driver support"33- depends on MAC8021133+ depends on MAC80211 && HAS_DMA44 ---help---55 This will enable the support for the Ralink drivers,66 developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
+89-65
drivers/net/wireless/rtlwifi/Kconfig
···11-config RTLWIFI22- tristate "Realtek wireless card support"33- depends on MAC8021144- select FW_LOADER11+menuconfig RTL_CARDS22+ tristate "Realtek rtlwifi family of devices"33+ depends on MAC80211 && (PCI || USB)44+ default y55 ---help---66- This is common code for RTL8192CE/RTL8192CU/RTL8192SE/RTL8723AE77- drivers. This module does nothing by itself - the various front-end88- drivers need to be enabled to support any desired devices.66+ This option will enable support for the Realtek mac80211-based77+ wireless drivers. Drivers rtl8192ce, rtl8192cu, rtl8192se, rtl8192de,88+ rtl8723eu, and rtl8188eu share some common code.991010- If you choose to build as a module, it'll be called rtlwifi.1010+if RTL_CARDS1111+1212+config RTL8192CE1313+ tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"1414+ depends on PCI1515+ select RTL8192C_COMMON1616+ select RTLWIFI1717+ select RTLWIFI_PCI1818+ ---help---1919+ This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe2020+ wireless network adapters.2121+2222+ If you choose to build it as a module, it will be called rtl8192ce2323+2424+config RTL8192SE2525+ tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"2626+ depends on PCI2727+ select RTLWIFI2828+ select RTLWIFI_PCI2929+ ---help---3030+ This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe3131+ wireless network adapters.3232+3333+ If you choose to build it as a module, it will be called rtl8192se3434+3535+config RTL8192DE3636+ tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"3737+ depends on PCI3838+ select RTLWIFI3939+ select RTLWIFI_PCI4040+ ---help---4141+ This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe4242+ wireless network adapters.4343+4444+ If you choose to build it as a module, it will be called rtl8192de4545+4646+config RTL8723AE4747+ tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"4848+ depends on PCI4949+ select RTLWIFI5050+ select RTLWIFI_PCI5151+ ---help---5252+ This is the driver for Realtek RTL8723AE 802.11n PCIe5353+ wireless network adapters.5454+5555+ If you choose to build it as a module, it will be called rtl8723ae5656+5757+config RTL8188EE5858+ tristate "Realtek RTL8188EE Wireless Network Adapter"5959+ depends on PCI6060+ select RTLWIFI6161+ select RTLWIFI_PCI6262+ ---help---6363+ This is the driver for Realtek RTL8188EE 802.11n PCIe6464+ wireless network adapters.6565+6666+ If you choose to build it as a module, it will be called rtl8188ee6767+6868+config RTL8192CU6969+ tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"7070+ depends on USB7171+ select RTLWIFI7272+ select RTLWIFI_USB7373+ select RTL8192C_COMMON7474+ ---help---7575+ This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB7676+ wireless network adapters.7777+7878+ If you choose to build it as a module, it will be called rtl8192cu7979+8080+config RTLWIFI8181+ tristate8282+ select FW_LOADER8383+8484+config RTLWIFI_PCI8585+ tristate8686+8787+config RTLWIFI_USB8888+ tristate11891290config RTLWIFI_DEBUG1391 bool "Debugging output for rtlwifi driver family"···9618 the front-end driver, this parameter must be "Y". For memory-limited9719 systems, choose "N". If in doubt, choose "Y".98209999-config RTL8192CE100100- tristate "Realtek RTL8192CE/RTL8188CE Wireless Network Adapter"101101- depends on RTLWIFI && PCI102102- select RTL8192C_COMMON103103- ---help---104104- This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe105105- wireless network adapters.106106-107107- If you choose to build it as a module, it will be called rtl8192ce108108-109109-config RTL8192SE110110- tristate "Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter"111111- depends on RTLWIFI && PCI112112- ---help---113113- This is the driver for Realtek RTL8192SE/RTL8191SE 802.11n PCIe114114- wireless network adapters.115115-116116- If you choose to build it as a module, it will be called rtl8192se117117-118118-config RTL8192DE119119- tristate "Realtek RTL8192DE/RTL8188DE PCIe Wireless Network Adapter"120120- depends on RTLWIFI && PCI121121- ---help---122122- This is the driver for Realtek RTL8192DE/RTL8188DE 802.11n PCIe123123- wireless network adapters.124124-125125- If you choose to build it as a module, it will be called rtl8192de126126-127127-config RTL8723AE128128- tristate "Realtek RTL8723AE PCIe Wireless Network Adapter"129129- depends on RTLWIFI && PCI130130- ---help---131131- This is the driver for Realtek RTL8723AE 802.11n PCIe132132- wireless network adapters.133133-134134- If you choose to build it as a module, it will be called rtl8723ae135135-136136-config RTL8188EE137137- tristate "Realtek RTL8188EE Wireless Network Adapter"138138- depends on RTLWIFI && PCI139139- ---help---140140- This is the driver for Realtek RTL8188EE 802.11n PCIe141141- wireless network adapters.142142-143143- If you choose to build it as a module, it will be called rtl8188ee144144-145145-config RTL8192CU146146- tristate "Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter"147147- depends on RTLWIFI && USB148148- select RTL8192C_COMMON149149- ---help---150150- This is the driver for Realtek RTL8192CU/RTL8188CU 802.11n USB151151- wireless network adapters.152152-153153- If you choose to build it as a module, it will be called rtl8192cu154154-15521config RTL8192C_COMMON15622 tristate15723 depends on RTL8192CE || RTL8192CU158158- default m2424+ default y2525+2626+endif