summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw89: 8851b: add support WoWLAN to 8851BChih-Kang Chang2023-05-052-1/+13
* wifi: rtw89: change naming of BA CAM from V1 to V0_EXTPing-Ke Shih2023-05-057-14/+21
* wifi: rtw89: use chip_info::small_fifo_size to choose debug_maskPing-Ke Shih2023-05-056-2/+7
* wifi: rtw89: add CFO XTAL registers field to support 8851BChia-Yuan Li2023-05-057-7/+38
* wifi: rtw89: 8851b: add NCTL post tablePing-Ke Shih2023-05-056-1/+11
* wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilitiesPing-Ke Shih2023-05-051-0/+86
* wifi: rtw89: 8851b: add 8851B basic chip_infoPing-Ke Shih2023-05-052-0/+116
* wifi: rtw89: scan offload wait for FW done ACKZong-Zhe Yang2023-05-053-30/+58
* wifi: rtw89: mac: handle C2H receive/done ACK in interrupt contextZong-Zhe Yang2023-05-051-0/+12
* wifi: rtw89: packet offload wait for FW responseZong-Zhe Yang2023-05-055-34/+90
* wifi: rtw89: refine packet offload delete flow of 6 GHz probeZong-Zhe Yang2023-05-054-4/+44
* wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload()Zong-Zhe Yang2023-05-051-4/+3
* wifi: rtw89: add EVM for antenna diversityEric Huang2023-05-052-1/+17
* wifi: rtw89: add RSSI based antenna diversityEric Huang2023-05-054-0/+214
* wifi: rtw89: initialize antenna for antenna diversityEric Huang2023-05-052-2/+88
* wifi: rtw89: add EVM and SNR statistics to debugfsPing-Ke Shih2023-05-054-5/+54
* wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfsPing-Ke Shih2023-05-052-6/+22
* wifi: rtw89: set capability of TX antenna diversityPing-Ke Shih2023-05-054-3/+25
* wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 ...Ping-Ke Shih2023-05-052-11/+20
* wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_*Zhang Shurong2023-05-051-14/+41
* wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_userZhang Shurong2023-05-051-2/+2
* wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary returnMartin Kaiser2023-05-051-1/+0
* wifi: rtl8xxxu: Support USB RX aggregation for the newer chipsBitterblue Smith2023-05-051-41/+78
* wifi: rtl8xxxu: Set maximum number of supported stationsMartin Kaistra2023-05-053-0/+4
* wifi: rtl8xxxu: Declare AP mode support for 8188fMartin Kaistra2023-05-053-0/+4
* wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flagsMartin Kaistra2023-05-051-20/+20
* wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate()Martin Kaistra2023-05-051-24/+3
* wifi: rtl8xxxu: Clean up filter configurationMartin Kaistra2023-05-051-7/+7
* wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data framesMartin Kaistra2023-05-051-0/+3
* wifi: rtl8xxxu: Add parameter macid to update_rate_maskMartin Kaistra2023-05-053-8/+15
* wifi: rtl8xxxu: Put the macid in txdescMartin Kaistra2023-05-052-9/+27
* wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacksMartin Kaistra2023-05-052-0/+61
* wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_maskMartin Kaistra2023-05-051-3/+4
* wifi: rtl8xxxu: Add parameter role to report_connectMartin Kaistra2023-05-052-8/+12
* wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connectMartin Kaistra2023-05-051-0/+2
* wifi: rtl8xxxu: Allow creating interface in AP modeMartin Kaistra2023-05-052-4/+29
* wifi: rtl8xxxu: Allow setting rts threshold to -1Martin Kaistra2023-05-051-1/+1
* wifi: rtl8xxxu: Add set_tim() callbackMartin Kaistra2023-05-051-0/+11
* wifi: rtl8xxxu: Add beacon functionsMartin Kaistra2023-05-053-0/+79
* wifi: rtl8xxxu: Select correct queue for beacon framesMartin Kaistra2023-05-051-1/+3
* wifi: rtl8xxxu: Add start_ap() callbackMartin Kaistra2023-05-052-0/+16
* net: phy: marvell-88x2222: remove unnecessary (void*) conversionswuych2023-04-251-2/+2
* net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi2023-04-241-4/+4
* lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur2023-04-243-23/+28
* tsnep: Add XDP socket zero-copy TX supportGerhard Engleder2023-04-242-11/+121
* tsnep: Add XDP socket zero-copy RX supportGerhard Engleder2023-04-243-14/+556
* tsnep: Move skb receive action to separate functionGerhard Engleder2023-04-241-16/+23
* tsnep: Add functions for queue enable/disableGerhard Engleder2023-04-241-33/+64
* tsnep: Rework TX/RX queue initializationGerhard Engleder2023-04-241-43/+51
* tsnep: Replace modulo operation with maskGerhard Engleder2023-04-242-14/+15