aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-09-24mac80211_hwsim: enable 6GHz channelsRamon Fontes1-15/+141
2021-09-24ath5k: fix building with LEDS=mArnd Bergmann2-7/+7
2021-09-23mac80211-hwsim: fix late beacon hrtimer handlingJohannes Berg1-2/+2
2021-09-21rt2x00: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-09-21ar5512: remove duplicate USB device IDKrzysztof Kozlowski1-2/+1
2021-09-21zd1211rw: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-09-21wilc1000: increase config packets response wait timeout limitAjay Singh1-1/+1
2021-09-21wilc1000: use correct write command sequence in wilc_spi_sync_ext()Ajay Singh1-1/+1
2021-09-21wilc1000: add 'initialized' flag check before adding an element to TX queueAjay Singh2-0/+13
2021-09-21wilc1000: invoke chip reset register before firmware downloadAjay Singh1-3/+19
2021-09-21wilc1000: ignore clockless registers status response for SPIAjay Singh1-4/+8
2021-09-21wilc1000: handle read failure issue for clockless registersAjay Singh4-0/+23
2021-09-21wilc1000: add reset/terminate/repeat command support for SPI busAjay Singh1-0/+61
2021-09-21wilc1000: configure registers to handle chip wakeup sequenceAjay Singh5-55/+53
2021-09-21wilc1000: add new WID to pass wake_enable information to firmwareAjay Singh5-0/+28
2021-09-21wilc1000: fix possible memory leak in cfg_scan_result()Ajay Singh1-2/+1
2021-09-21wilc1000: move 'deinit_lock' lock init/destroy inside module probeAjay Singh3-8/+2
2021-09-21rsi: Fix module dev_oper_mode parameter descriptionMarek Vasut3-8/+13
2021-09-21mwifiex: Fix copy-paste mistake when creating virtual interfaceJonas Dreßler1-1/+1
2021-09-21mwifiex: Properly initialize private structure on interface type changesJonas Dreßler1-3/+7
2021-09-21mwifiex: Handle interface type changes from AP to STATIONJonas Dreßler1-0/+1
2021-09-21mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GOJonas Dreßler1-0/+36
2021-09-21mwifiex: Update virtual interface counters right after setting bss_typeJonas Dreßler1-11/+14
2021-09-21mwifiex: Use helper function for counting interface typesJonas Dreßler1-75/+35
2021-09-21mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler1-18/+4
2021-09-21mwifiex: Use function to check whether interface type change is allowedJonas Dreßler1-47/+92
2021-09-21mwifiex: Small cleanup for handling virtual interface type changesJonas Dreßler1-25/+14
2021-09-21rtw88: move adaptivity mechanism to firmwareChin-Yen Lee5-1/+80
2021-09-21rtw88: support adaptivity for ETSI/JP DFS regionZong-Zhe Yang11-2/+245
2021-09-21rtw88: add regulatory strategy by chip typeZong-Zhe Yang4-43/+171
2021-09-21rtw88: upgrade rtw_regulatory mechanism and mappingZong-Zhe Yang7-294/+370
2021-09-21wcn36xx: Implement Idle Mode Power SaveBryan O'Donoghue4-3/+68
2021-09-21wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two's complementBryan O'Donoghue1-1/+1
2021-09-21wcn36xx: Fix Antenna Diversity SwitchingBryan O'Donoghue1-1/+3
2021-09-21wcn36xx: handle connection loss indicationBenjamin Li1-11/+33
2021-09-21brcmfmac: fix incorrect error printsJames Prestwood1-6/+6
2021-09-21rsi: fix rate mask set leading to P2P failureMartin Fuzzey4-65/+50
2021-09-21rsi: fix key enabled check causing unwanted encryption for vap_id > 0Martin Fuzzey3-1/+4
2021-09-21rsi: fix occasional initialisation failure with BT coexMartin Fuzzey3-3/+18
2021-09-19iwlwifi: mvm: d3: missing unlock in iwl_mvm_wowlan_program_keys()Dan Carpenter1-0/+1
2021-09-19iwlwifi: mvm: d3: Fix off by ones in iwl_mvm_wowlan_get_rsc_v5_data()Dan Carpenter1-2/+2
2021-09-16iwlwifi: mvm: Fix possible NULL dereferenceIlan Peer1-1/+2
2021-09-16ath11k: Align bss_chan_info structure with firmwareSeevalamuthu Mariappan2-1/+3
2021-09-16ath11k: add support in survey dump with bss_chan_infoSeevalamuthu Mariappan2-0/+4
2021-09-16ath11k: Rename atf_config to flag1 in target_resource_configSeevalamuthu Mariappan2-2/+2
2021-09-16ath11k: fix 4addr multicast packet txKarthikeyan Periyasamy5-4/+28
2021-09-16ath11k: fix 4-addr tx failure for AP and STA modesSathishkumar Muruganandam2-2/+49
2021-09-16ath9k: owl-loader: fetch pci init values through nvmemChristian Lamparter1-29/+76
2021-09-16ath9k: fetch calibration data via nvmem subsystemChristian Lamparter3-1/+69
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-2/+7