summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
* | | | rtw89: add addr_cam field to sta to support AP modePing-Ke Shih2022-02-103-30/+43
* | | | rtw89: extend role_maintain to support AP modePing-Ke Shih2022-02-103-4/+17
* | | | rtw88: fix use after free in rtw_hw_scan_update_probe_req()Dan Carpenter2022-02-101-3/+3
* | | | mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2022-02-043-4/+5
* | | | cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg2022-02-041-0/+3
|/ / /
* | | brcmfmac: pcie: Read the console on init and shutdownHector Martin2022-02-011-0/+4
* | | brcmfmac: fwil: Constify iovar name argumentsHector Martin2022-02-012-31/+31
* | | brcmfmac: of: Use devm_kstrdup for board_type & check for errorsHector Martin2022-02-011-2/+5
* | | brcmfmac: pcie: Fix crashes due to early IRQsHector Martin2022-02-011-3/+13
* | | brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toioHector Martin2022-02-011-44/+4
* | | brcmfmac: pcie: Declare missing firmware files in pcie.cHector Martin2022-02-012-1/+7
* | | brcmfmac: firmware: Allocate space for default boardrev in nvramHector Martin2022-02-011-0/+2
* | | brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error pathHector Martin2022-02-011-0/+2
* | | rtlwifi: remove redundant initialization of variable ul_encalgoColin Ian King2022-02-011-1/+1
* | | ray_cs: Check ioremap return valueJiasheng Jiang2022-02-011-0/+6
* | | cw1200: wsm: make array queue_id_to_wmm_aci static constColin Ian King2022-01-311-1/+1
* | | wilc1000: use min_t() to make code cleanerChangcheng Deng2022-01-311-4/+1
* | | rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih2022-01-311-0/+1
* | | rtw88: fix memory overrun and memory leak during hw_scanPo-Hao Huang2022-01-311-10/+24
* | | rtw88: fix idle mode flow for hw scanPo-Hao Huang2022-01-314-4/+23
* | | rtw88: check for validity before using a pointerMuhammad Usama Anjum2022-01-311-0/+8
* | | brcmfmac: add CYW43570 PCIE deviceSoontak Lee2022-01-282-0/+2
* | | brcmfmac: use ISO3166 country code and 0 rev as fallback on some devicesHans de Goede2022-01-281-6/+27
* | | rtw89: use pci_read/write_config instead of dbi read/writeChin-Yen Lee2022-01-281-75/+53
* | | rtw89: refine DIG feature to support 160M and CCK PDJohnson Lin2022-01-285-7/+44
* | | rtw89: fix maybe uninitialized `qempty` variableÍñigo Huguet2022-01-281-0/+1
* | | rtw89: include subband type in channel paramsZong-Zhe Yang2022-01-282-15/+20
* | | rtw89: handle 6G band if supported by a chipsetZong-Zhe Yang2022-01-283-57/+179
* | | rtw89: separate {init,deinit}_addr_cam functionsPing-Ke Shih2022-01-283-14/+26
* | | rtw89: set mac_id and port ID to TXWDPing-Ke Shih2022-01-283-2/+27
* | | rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep modePing-Ke Shih2022-01-282-3/+6
* | | rtw89: configure mac port HIQ registersPing-Ke Shih2022-01-282-2/+46
* | | rtw89: rename vif_maintain to role_maintainPing-Ke Shih2022-01-284-17/+17
* | | rtw89: extend firmware commands on states of sta_assoc and sta_disconnectPing-Ke Shih2022-01-284-14/+32
* | | rtw89: allocate mac_id for each station in AP modePing-Ke Shih2022-01-281-0/+5
* | | rtw89: implement mac80211_ops::set_tim to indicate STA to receive packetsPing-Ke Shih2022-01-283-0/+35
* | | rtw89: add C2H handle of BCN_CNTPing-Ke Shih2022-01-282-0/+7
* | | rtw89: download beacon content to firmwarePing-Ke Shih2022-01-283-0/+159
* | | rtw89: use hardware SSN to TX management framePing-Ke Shih2022-01-283-1/+11
* | | rtw89: configure rx_filter according to FIF_PROBE_REQPing-Ke Shih2022-01-281-1/+10
* | | rtw89: correct use of BA CAMPing-Ke Shih2022-01-285-8/+107
* | | rtw89: encapsulate RX handlers to single functionPing-Ke Shih2022-01-281-15/+17
* | | rtw89: Add RX counters of VHT MCS-10/11 to debugfsPing-Ke Shih2022-01-281-8/+14
* | | rtw89: remove duplicate definition of hardware port numberPing-Ke Shih2022-01-284-13/+12
* | | rtw89: extract modules by chipsetZong-Zhe Yang2022-01-2813-60/+131
| |/ |/|
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-01-2831-404/+1091
|\ \ | |/ |/|
| * ath11k: avoid firmware crash when reg set for QCA6390/WCN6855Wen Gong2022-01-283-8/+24
| * ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHzWen Gong2022-01-281-0/+3
| * ath9k_htc: fix uninit value bugsPavel Skripkin2022-01-281-0/+5
| * wcn36xx: Add SNR reporting via get_survey()Bryan O'Donoghue2022-01-191-0/+44