summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/phy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw88: 8821c: Fix beacon loss and disconnectBitterblue Smith2024-03-051-0/+3
* wifi: rtw88: iterate over vif/sta list non-atomicallySascha Hauer2022-12-081-3/+3
* wifi: rtw88: access chip_info by const pointerPing-Ke Shih2022-08-091-22/+22
* wifi: rtw88: phy: fix warning of possible buffer overflowZong-Zhe Yang2022-08-091-13/+8
* rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang2022-04-121-1/+1
* rtw88: support SAR via kernel common APIZong-Zhe Yang2021-12-211-15/+48
* rtw88: move adaptivity mechanism to firmwareChin-Yen Lee2021-09-211-1/+5
* rtw88: support adaptivity for ETSI/JP DFS regionZong-Zhe Yang2021-09-211-0/+59
* rtw88: upgrade rtw_regulatory mechanism and mappingZong-Zhe Yang2021-09-211-1/+55
* rtw88: add path diversityPo-Hao Huang2021-06-221-0/+81
* rtw88: 8822c: add CFO trackingPo-Hao Huang2021-04-181-0/+66
* rtw88: Fix array overrun in rtw_get_tx_power_params()Ping-Ke Shih2021-04-181-2/+3
* rtw88: update statistics to fw for fine-tuning performancePo-Hao Huang2021-04-181-0/+1
* rtw88: 8822c: add LC calibration for RTL8822CPo-Hao Huang2021-04-111-0/+14
* rtw88: fix DIG min settingZong-Zhe Yang2021-04-111-4/+5
* rtw88: add dynamic rrsr configurationPo-Hao Huang2021-02-121-1/+61
* rtw88: add CCK_PD debug logPing-Ke Shih2020-11-241-0/+6
* rtw88: don't treat NULL pointer as an arrayBrian Norris2020-08-271-2/+3
* rtw88: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-271-3/+3
* rtw88: extract: export symbols used in chip functionalitiesZong-Zhe Yang2020-05-181-0/+26
* rtw88: 8723d: Add power trackingPing-Ke Shih2020-05-131-1/+5
* rtw88: 8723d: add IQ calibrationPing-Ke Shih2020-05-131-0/+2
* rtw88: 8723d: Set IG register for CCK ratePing-Ke Shih2020-05-061-0/+4
* rtw88: 8723d: Add RF read/write opsPing-Ke Shih2020-04-211-4/+52
* rtw88: 8822c: modify rf protection settingChien-Hsun Liao2020-02-121-10/+0
* rtw88: use true,false for bool variablezhengbin2020-01-261-1/+1
* rtw88: remove redundant null pointer check on arraysColin Ian King2019-10-311-1/+1
* rtw88: fix potential read outside array boundaryTzu-En Huang2019-10-311-9/+8
* rtw88: use rtw_phy_pg_cfg_pair struct, not arraysYan-Hsuan Chuang2019-10-311-13/+2
* rtw88: add phy_info debugfs to show Tx/Rx physical statusTsang-Shian Lin2019-10-241-0/+9
* rtw88: add power tracking supportTzu-En Huang2019-10-241-0/+126
* rtw88: use macro to check the current bandYan-Hsuan Chuang2019-10-241-1/+1
* rtw88: remove redundant flag check helper functionYan-Hsuan Chuang2019-10-021-1/+1
* rtw88: add dynamic cck pd mechanismTzu-En Huang2019-09-131-0/+93
* rtw88: 8822c: add SW DPK supportTzu-En Huang2019-09-131-0/+52
* rtw88: use txpwr_lmt_cfg_pair struct, not arraysBrian Norris2019-08-061-13/+2
* rtw88: refine flow to get tx power indexZong-Zhe Yang2019-06-271-22/+33
* rtw88: remove all RTW_MAX_POWER_INDEX macroTzu-En Huang2019-06-271-11/+17
* rtw88: correct power limit selectionZong-Zhe Yang2019-06-271-8/+94
* rtw88: choose the lowest as world-wide power limitYan-Hsuan Chuang2019-06-271-2/+10
* rtw88: fix incorrect tx power limit at 5GYan-Hsuan Chuang2019-06-271-10/+7
* rtw88: remove unused variableYan-Hsuan Chuang2019-06-271-2/+1
* rtw88: unify prefixes for tx power setting routineYan-Hsuan Chuang2019-06-271-64/+64
* rtw88: do not use (void *) as argumentYan-Hsuan Chuang2019-06-271-7/+5
* rtw88: resolve order of tx power setting routinesYan-Hsuan Chuang2019-06-271-520/+513
* Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-261-4/+9
|\
| * rtw88: 8822c: add rf write protection when switching channelChien-Hsun Liao2019-06-251-4/+9
* | rtw88: Make some symbols staticYueHaibing2019-05-281-6/+7
* | rtw88: fix unassigned rssi_level in rtw_sta_infoYan-Hsuan Chuang2019-05-281-2/+2
* | rtw88: fix subscript above array bounds compiler warningStanislaw Gruszka2019-05-281-0/+5
|/