summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
Commit message (Expand)AuthorAgeFilesLines
* rtw88: avoid unused function warningsArnd Bergmann2020-04-141-8/+3
* rtw88: fix non-increase management packet sequence numberTzu-En Huang2020-03-263-0/+15
* rtw88: add a debugfs entry to enable/disable coex mechanismYan-Hsuan Chuang2020-03-261-0/+45
* rtw88: add a debugfs entry to dump coex's infoYan-Hsuan Chuang2020-03-266-0/+595
* rtw88: 8822c: config RF table path B before path AYan-Hsuan Chuang2020-03-231-1/+1
* rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang2020-03-235-56/+136
* rtw88: pci: define a mask for TX/RX BD indexesYan-Hsuan Chuang2020-03-232-11/+23
* rtw88: associate reserved pages with each vifYan-Hsuan Chuang2020-03-236-103/+258
* rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang2020-03-233-23/+66
* rtw88: don't hold all IRQs disabled for PS operationsBrian Norris2020-03-232-22/+36
* wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-232-2/+2
* rtw88: remove unused member of struct rtw_halKevin Lo2020-03-122-7/+0
* rtw88: Fix incorrect beamformee role settingTzu-En Huang2020-02-131-4/+2
* rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches2020-02-125-49/+50
* rtw88: disable TX-AMSDU on 2.4G bandYan-Hsuan Chuang2020-02-121-0/+15
* rtw88: 8822c: modify rf protection settingChien-Hsun Liao2020-02-123-10/+20
* rtw88: Use secondary channel offset enumerationPing-Ke Shih2020-02-125-12/+22
* rtw88: Use kfree_skb() instead of kfree()Dan Carpenter2020-02-121-1/+1
* rtw88: 8822c: update power sequence to v16Tzu-En Huang2020-02-121-0/+5
* rtw88: add ciphers to suppress error messagePing-Ke Shih2020-02-121-0/+3
* rtw88: avoid holding mutex for cancel_delayed_work_sync()Yan-Hsuan Chuang2020-02-123-0/+12
* rtw88: move rtw_enter_ips() to the last when configPing-Ke Shih2020-02-121-9/+10
* rtw88: pci: 8822c should set clock delay to zeroYan-Hsuan Chuang2020-02-122-0/+8
* rtw88: add rtw_read8_mask and rtw_read16_maskYan-Hsuan Chuang2020-02-121-0/+26
* rtw88: remove unused parameter vif in rtw_lps_pg_info_get()Yan-Hsuan Chuang2020-02-121-3/+2
* rtw88: Fix return value of rtw_wow_check_fw_statusChin-Yen Lee2020-02-031-12/+11
* rtw88: use shorter delay time to poll PS stateYan-Hsuan Chuang2020-01-261-2/+2
* rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang2020-01-261-0/+5
* rtw88: use true,false for bool variablezhengbin2020-01-261-1/+1
* rtw88: change max_num_of_tx_queue() definition to inline in pci.hZong-Zhe Yang2020-01-261-1/+1
* rtw88: assign NULL to skb after being kfree()'edYan-Hsuan Chuang2020-01-261-1/+4
* rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()Chin-Yen Lee2020-01-261-1/+1
* rtw88: remove unused vif pointer in struct rtw_vifYan-Hsuan Chuang2020-01-262-2/+0
* rtw88: remove unused variable 'in_lps'Yan-Hsuan Chuang2020-01-262-2/+0
* rtw88: remove unused spinlockTzu-En Huang2020-01-262-4/+0
* rtw88: 8822c: update power sequence to v15Tzu-En Huang2020-01-261-3/+3
* rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih2020-01-261-4/+6
* rtw88: fix rate mask for 1SS chipPing-Ke Shih2020-01-261-7/+5
* rtw88: Add wowlan net-detect supportChin-Yen Lee2020-01-267-15/+571
* rtw88: Add wowlan pattern match supportChin-Yen Lee2020-01-267-0/+274
* rtw88: support wowlan feature for 8822cChin-Yen Lee2020-01-2613-0/+836
* rtw88: load wowlan firmware if wowlan is supportedChin-Yen Lee2020-01-262-12/+70
* rtw88: add interface config for 8822cYan-Hsuan Chuang2020-01-264-0/+27
* rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee2020-01-261-9/+10
* rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee2020-01-261-0/+1
* rtw88: allows to enable/disable HCI link PS mechanismYan-Hsuan Chuang2019-11-204-0/+51
* rtw88: pci: enable CLKREQ function if host supports itYan-Hsuan Chuang2019-11-202-0/+85
* rtw88: pci: use for loop instead of while loop for DBI/MDIOYan-Hsuan Chuang2019-11-201-12/+14
* rtw88: pci: use macros to access PCI DBI/MDIO registersYan-Hsuan Chuang2019-11-202-11/+20
* rtw88: remove duplicated include from ps.cYueHaibing2019-11-151-1/+0