summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw88
AgeCommit message (Expand)Author
2020-04-14rtw88: avoid unused function warningsArnd Bergmann
2020-03-26rtw88: fix non-increase management packet sequence numberTzu-En Huang
2020-03-26rtw88: add a debugfs entry to enable/disable coex mechanismYan-Hsuan Chuang
2020-03-26rtw88: add a debugfs entry to dump coex's infoYan-Hsuan Chuang
2020-03-23rtw88: 8822c: config RF table path B before path AYan-Hsuan Chuang
2020-03-23rtw88: kick off TX packets once for higher efficiencyYan-Hsuan Chuang
2020-03-23rtw88: pci: define a mask for TX/RX BD indexesYan-Hsuan Chuang
2020-03-23rtw88: associate reserved pages with each vifYan-Hsuan Chuang
2020-03-23rtw88: extract alloc rsvd_page and h2c skb routinesYan-Hsuan Chuang
2020-03-23rtw88: don't hold all IRQs disabled for PS operationsBrian Norris
2020-03-23wireless: realtek: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-12rtw88: remove unused member of struct rtw_halKevin Lo
2020-02-13rtw88: Fix incorrect beamformee role settingTzu-En Huang
2020-02-12rtw88: 8822[bc]: Make tables const, reduce data object sizeJoe Perches
2020-02-12rtw88: disable TX-AMSDU on 2.4G bandYan-Hsuan Chuang
2020-02-12rtw88: 8822c: modify rf protection settingChien-Hsun Liao
2020-02-12rtw88: Use secondary channel offset enumerationPing-Ke Shih
2020-02-12rtw88: Use kfree_skb() instead of kfree()Dan Carpenter
2020-02-12rtw88: 8822c: update power sequence to v16Tzu-En Huang
2020-02-12rtw88: add ciphers to suppress error messagePing-Ke Shih
2020-02-12rtw88: avoid holding mutex for cancel_delayed_work_sync()Yan-Hsuan Chuang
2020-02-12rtw88: move rtw_enter_ips() to the last when configPing-Ke Shih
2020-02-12rtw88: pci: 8822c should set clock delay to zeroYan-Hsuan Chuang
2020-02-12rtw88: add rtw_read8_mask and rtw_read16_maskYan-Hsuan Chuang
2020-02-12rtw88: remove unused parameter vif in rtw_lps_pg_info_get()Yan-Hsuan Chuang
2020-02-03rtw88: Fix return value of rtw_wow_check_fw_statusChin-Yen Lee
2020-01-26rtw88: use shorter delay time to poll PS stateYan-Hsuan Chuang
2020-01-26rtw88: fix potential NULL skb access in TX ISRYan-Hsuan Chuang
2020-01-26rtw88: use true,false for bool variablezhengbin
2020-01-26rtw88: change max_num_of_tx_queue() definition to inline in pci.hZong-Zhe Yang
2020-01-26rtw88: assign NULL to skb after being kfree()'edYan-Hsuan Chuang
2020-01-26rtw88: use rtw_hci_stop() instead of rtwdev->hci.ops->stop()Chin-Yen Lee
2020-01-26rtw88: remove unused vif pointer in struct rtw_vifYan-Hsuan Chuang
2020-01-26rtw88: remove unused variable 'in_lps'Yan-Hsuan Chuang
2020-01-26rtw88: remove unused spinlockTzu-En Huang
2020-01-26rtw88: 8822c: update power sequence to v15Tzu-En Huang
2020-01-26rtw88: fix TX secondary channel offset of 40M if current bw is 20M or 40MPing-Ke Shih
2020-01-26rtw88: fix rate mask for 1SS chipPing-Ke Shih
2020-01-26rtw88: Add wowlan net-detect supportChin-Yen Lee
2020-01-26rtw88: Add wowlan pattern match supportChin-Yen Lee
2020-01-26rtw88: support wowlan feature for 8822cChin-Yen Lee
2020-01-26rtw88: load wowlan firmware if wowlan is supportedChin-Yen Lee
2020-01-26rtw88: add interface config for 8822cYan-Hsuan Chuang
2020-01-26rtw88: pci: reset dma when reset pci trx ringChin-Yen Lee
2020-01-26rtw88: pci: reset ring index when release skbs in tx ringChin-Yen Lee
2019-11-20rtw88: allows to enable/disable HCI link PS mechanismYan-Hsuan Chuang
2019-11-20rtw88: pci: enable CLKREQ function if host supports itYan-Hsuan Chuang
2019-11-20rtw88: pci: use for loop instead of while loop for DBI/MDIOYan-Hsuan Chuang
2019-11-20rtw88: pci: use macros to access PCI DBI/MDIO registersYan-Hsuan Chuang
2019-11-15rtw88: remove duplicated include from ps.cYueHaibing