aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-02-01brcmfmac: of: Use devm_kstrdup for board_type & check for errorsHector Martin1-2/+5
2022-02-01brcmfmac: pcie: Fix crashes due to early IRQsHector Martin1-3/+13
2022-02-01brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toioHector Martin1-44/+4
2022-02-01brcmfmac: pcie: Declare missing firmware files in pcie.cHector Martin2-1/+7
2022-02-01brcmfmac: firmware: Allocate space for default boardrev in nvramHector Martin1-0/+2
2022-02-01brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error pathHector Martin1-0/+2
2022-02-01rtlwifi: remove redundant initialization of variable ul_encalgoColin Ian King1-1/+1
2022-02-01ray_cs: Check ioremap return valueJiasheng Jiang1-0/+6
2022-02-01ath11k: add debugfs for TWT debug callsJohn Crispin4-1/+245
2022-02-01ath11k: add WMI calls to manually add/del/pause/resume TWT dialogsJohn Crispin3-4/+358
2022-02-01ath11k: Add debugfs interface to configure firmware debug log levelSeevalamuthu Mariappan5-0/+265
2022-01-31cw1200: wsm: make array queue_id_to_wmm_aci static constColin Ian King1-1/+1
2022-01-31wilc1000: use min_t() to make code cleanerChangcheng Deng1-4/+1
2022-01-31rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih1-0/+1
2022-01-31rtw88: fix memory overrun and memory leak during hw_scanPo-Hao Huang1-10/+24
2022-01-31rtw88: fix idle mode flow for hw scanPo-Hao Huang4-4/+23
2022-01-31rtw88: check for validity before using a pointerMuhammad Usama Anjum1-0/+8
2022-01-31mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_workJaeMan Park1-0/+9
2022-01-31mac80211_hwsim: report NOACK frames in tx_statusBenjamin Beichler1-0/+4
2022-01-31carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King1-1/+1
2022-01-31wcn36xx: Differentiate wcn3660 from wcn3620Bryan O'Donoghue2-0/+4
2022-01-31ath11k: mhi: use mhi_sync_power_up()Kalle Valo1-1/+1
2022-01-31ath11k: pci: fix crash on suspend if board file is not foundKalle Valo1-0/+10
2022-01-31ath11k: Fix missing rx_desc_get_ldpc_support in wcn6855_opsBaochen Qiang1-0/+7
2022-01-31ath11k: Fix uninitialized symbol 'rx_buf_sz'Anilkumar Kolli2-2/+6
2022-01-31ath11k: fix kernel panic during unload/load ath11k modulesVenkateswara Naralasetty1-0/+2
2022-01-31ath11k: Rename ath11k_ahb_ext_irq_configVenkateswara Naralasetty1-2/+2
2022-01-28brcmfmac: add CYW43570 PCIE deviceSoontak Lee2-0/+2
2022-01-28brcmfmac: use ISO3166 country code and 0 rev as fallback on some devicesHans de Goede1-6/+27
2022-01-28rtw89: use pci_read/write_config instead of dbi read/writeChin-Yen Lee1-75/+53
2022-01-28rtw89: refine DIG feature to support 160M and CCK PDJohnson Lin5-7/+44
2022-01-28rtw89: fix maybe uninitialized `qempty` variableÍñigo Huguet1-0/+1
2022-01-28rtw89: include subband type in channel paramsZong-Zhe Yang2-15/+20
2022-01-28rtw89: handle 6G band if supported by a chipsetZong-Zhe Yang3-57/+179
2022-01-28rtw89: separate {init,deinit}_addr_cam functionsPing-Ke Shih3-14/+26
2022-01-28rtw89: set mac_id and port ID to TXWDPing-Ke Shih3-2/+27
2022-01-28rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep modePing-Ke Shih2-3/+6
2022-01-28rtw89: configure mac port HIQ registersPing-Ke Shih2-2/+46
2022-01-28rtw89: rename vif_maintain to role_maintainPing-Ke Shih4-17/+17
2022-01-28rtw89: extend firmware commands on states of sta_assoc and sta_disconnectPing-Ke Shih4-14/+32
2022-01-28rtw89: allocate mac_id for each station in AP modePing-Ke Shih1-0/+5
2022-01-28rtw89: implement mac80211_ops::set_tim to indicate STA to receive packetsPing-Ke Shih3-0/+35
2022-01-28rtw89: add C2H handle of BCN_CNTPing-Ke Shih2-0/+7
2022-01-28rtw89: download beacon content to firmwarePing-Ke Shih3-0/+159
2022-01-28rtw89: use hardware SSN to TX management framePing-Ke Shih3-1/+11
2022-01-28rtw89: configure rx_filter according to FIF_PROBE_REQPing-Ke Shih1-1/+10
2022-01-28rtw89: correct use of BA CAMPing-Ke Shih5-8/+107
2022-01-28rtw89: encapsulate RX handlers to single functionPing-Ke Shih1-15/+17
2022-01-28rtw89: Add RX counters of VHT MCS-10/11 to debugfsPing-Ke Shih1-8/+14
2022-01-28rtw89: remove duplicate definition of hardware port numberPing-Ke Shih4-13/+12