summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2023-02-17wifi: rtl8xxxu: add LEDS_CLASS dependencyArnd Bergmann1-0/+1
2023-02-17wifi: rtw89: fix AP mode authentication transmission failedPo-Hao Huang1-21/+26
2023-02-17wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power on/off twicePing-Ke Shih5-5/+15
2023-02-15wifi: rtw89: move H2C of del_pkt_offload before polling FW status readyChin-Yen Lee1-2/+2
2023-02-15wifi: rtw89: use readable return 0 in rtw89_mac_cfg_ppdu_status()Ping-Ke Shih1-3/+3
2023-02-15wifi: rtw88: usb: drop now unnecessary URB size checkSascha Hauer1-14/+1
2023-02-15wifi: rtw88: usb: send Zero length packets if necessarySascha Hauer1-0/+1
2023-02-15wifi: rtw88: usb: Set qsel correctlySascha Hauer1-1/+1
2023-02-13wifi: rtl8xxxu: fix txdw7 assignment of TX DESC v3Ping-Ke Shih1-1/+1
2023-02-13wifi: rtl8xxxu: Add LED control code for RTL8723AUBitterblue Smith1-0/+25
2023-02-13wifi: rtl8xxxu: Add LED control code for RTL8192EUBitterblue Smith2-0/+26
2023-02-13wifi: rtl8xxxu: Add LED control code for RTL8188EUBitterblue Smith2-0/+29
2023-02-13wifi: rtl8xxxu: Register the LED and make it blinkBitterblue Smith2-0/+46
2023-02-13wifi: rtw89: phy: set TX power according to RF path number by chipZong-Zhe Yang1-3/+6
2023-02-13wifi: rtw89: 8852b: correct register mask name of TX power offsetPing-Ke Shih1-1/+1
2023-02-13wifi: rtw89: use passed channel in set_tx_shape_dfir()Zong-Zhe Yang2-4/+4
2023-02-13wifi: rtw89: 8852be: enable CLKREQ of PCI capabilityChin-Yen Lee1-1/+1
2023-02-13wifi: rtw89: 8852b: try to use NORMAL_CE type firmware firstPing-Ke Shih5-6/+21
2023-02-13wifi: rtw89: 8852b: don't support LPS-PG mode after firmware 0.29.26.0Ping-Ke Shih3-2/+6
2023-02-13wifi: rtw89: 8852b: reset IDMEM mode to default valuePing-Ke Shih2-0/+8
2023-02-13wifi: rtw89: add use of pkt_list offload to debug entryPing-Ke Shih1-0/+36
2023-02-13wifi: rtw89: refine packet offload flowChin-Yen Lee7-36/+71
2023-02-13wifi: rtw89: fix potential wrong mapping for pkt-offloadChin-Yen Lee1-3/+6
2023-02-13wifi: rtw89: disallow enter PS mode after create TDLS linkKuan-Chung Chen2-2/+9
2023-02-13wifi: rtw89: refine MCC C2H debug logsZong-Zhe Yang2-8/+14
2023-02-13wifi: rtw89: fix parsing offset for MCC C2HZong-Zhe Yang1-17/+17
2023-02-13wifi: rtw89: deal with RXI300 errorZong-Zhe Yang2-1/+6
2023-02-13wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30Zong-Zhe Yang1-0/+7
2023-02-13wifi: rtw89: mac: add function to get TSFZong-Zhe Yang2-0/+29
2023-02-13wifi: rtw89: split out generic part of rtw89_mac_port_tsf_sync()Zong-Zhe Yang2-12/+25
2023-02-13wifi: rtw89: correct unit for port offset and refine macroZong-Zhe Yang2-2/+4
2023-02-13wifi: rtw89: coex: Update Wi-Fi Bluetooth coexistence version to 7.0.0Ching-Te Ku1-1/+1
2023-02-13wifi: rtw89: coex: Fix test fail when coexist with raspberryPI A2DP idleChing-Te Ku1-1/+1
2023-02-13wifi: rtw89: coex: Correct A2DP exist variable sourceChing-Te Ku1-1/+1
2023-02-13wifi: rtw89: coex: Set Bluetooth background scan PTA request priorityChing-Te Ku1-0/+2
2023-02-13wifi: rtw89: coex: Refine coexistence logChing-Te Ku1-82/+76
2023-02-13wifi: rtw89: coex: Force to update TDMA parameter when radio state changeChing-Te Ku1-0/+6
2023-02-13wifi: rtw89: coex: Clear Bluetooth HW PTA counter when radio state changeChing-Te Ku1-1/+2
2023-02-13wifi: rtw89: coex: Update Wi-Fi external control TDMA parameters/tablesChing-Te Ku1-13/+24
2023-02-13wifi: rtw88: mac: Use existing macros in rtw_pwr_seq_parser()Martin Blumenstingl1-2/+2
2023-02-13wifi: rtw88: Move enum rtw_tx_queue_type mapping code to tx.{c,h}Martin Blumenstingl3-33/+46
2023-02-13wifi: rtw88: pci: Change queue datatype to enum rtw_tx_queue_typeMartin Blumenstingl1-7/+10
2023-02-13wifi: rtw88: pci: Use enum type for rtw_hw_queue_mapping() and ac_to_hwqMartin Blumenstingl1-3/+3
2023-01-16wifi: rtl8xxxu: Dump the efuse only for untested devicesBitterblue Smith1-1/+1
2023-01-16wifi: rtl8xxxu: Print the ROM version tooBitterblue Smith1-4/+5
2023-01-16wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update()Martin Blumenstingl1-1/+3
2023-01-16wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter()Martin Blumenstingl1-2/+4
2023-01-16wifi: rtw88: Move register access from rtw_bf_assoc() outside the RCUMartin Blumenstingl1-6/+7
2023-01-16wifi: rtl8xxxu: Use a longer retry limit of 48Bitterblue Smith1-9/+0
2023-01-16wifi: rtl8xxxu: Report the RSSI to the firmwareBitterblue Smith8-0/+68