summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/phy.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08wifi: rtw88: iterate over vif/sta list non-atomicallySascha Hauer1-3/+3
2022-08-09wifi: rtw88: access chip_info by const pointerPing-Ke Shih1-22/+22
2022-08-09wifi: rtw88: phy: fix warning of possible buffer overflowZong-Zhe Yang1-13/+8
2022-04-12rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang1-1/+1
2021-12-21rtw88: support SAR via kernel common APIZong-Zhe Yang1-15/+48
2021-09-21rtw88: move adaptivity mechanism to firmwareChin-Yen Lee1-1/+5
2021-09-21rtw88: support adaptivity for ETSI/JP DFS regionZong-Zhe Yang1-0/+59
2021-09-21rtw88: upgrade rtw_regulatory mechanism and mappingZong-Zhe Yang1-1/+55
2021-06-22rtw88: add path diversityPo-Hao Huang1-0/+81
2021-04-18rtw88: 8822c: add CFO trackingPo-Hao Huang1-0/+66
2021-04-18rtw88: Fix array overrun in rtw_get_tx_power_params()Ping-Ke Shih1-2/+3
2021-04-18rtw88: update statistics to fw for fine-tuning performancePo-Hao Huang1-0/+1
2021-04-11rtw88: 8822c: add LC calibration for RTL8822CPo-Hao Huang1-0/+14
2021-04-11rtw88: fix DIG min settingZong-Zhe Yang1-4/+5
2021-02-12rtw88: add dynamic rrsr configurationPo-Hao Huang1-1/+61
2020-11-24rtw88: add CCK_PD debug logPing-Ke Shih1-0/+6
2020-08-27rtw88: don't treat NULL pointer as an arrayBrian Norris1-2/+3
2020-08-27rtw88: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-05-18rtw88: extract: export symbols used in chip functionalitiesZong-Zhe Yang1-0/+26
2020-05-13rtw88: 8723d: Add power trackingPing-Ke Shih1-1/+5
2020-05-13rtw88: 8723d: add IQ calibrationPing-Ke Shih1-0/+2
2020-05-06rtw88: 8723d: Set IG register for CCK ratePing-Ke Shih1-0/+4
2020-04-21rtw88: 8723d: Add RF read/write opsPing-Ke Shih1-4/+52
2020-02-12rtw88: 8822c: modify rf protection settingChien-Hsun Liao1-10/+0
2020-01-26rtw88: use true,false for bool variablezhengbin1-1/+1
2019-10-31rtw88: remove redundant null pointer check on arraysColin Ian King1-1/+1
2019-10-31rtw88: fix potential read outside array boundaryTzu-En Huang1-9/+8
2019-10-31rtw88: use rtw_phy_pg_cfg_pair struct, not arraysYan-Hsuan Chuang1-13/+2
2019-10-24rtw88: add phy_info debugfs to show Tx/Rx physical statusTsang-Shian Lin1-0/+9
2019-10-24rtw88: add power tracking supportTzu-En Huang1-0/+126
2019-10-24rtw88: use macro to check the current bandYan-Hsuan Chuang1-1/+1
2019-10-02rtw88: remove redundant flag check helper functionYan-Hsuan Chuang1-1/+1
2019-09-13rtw88: add dynamic cck pd mechanismTzu-En Huang1-0/+93
2019-09-13rtw88: 8822c: add SW DPK supportTzu-En Huang1-0/+52
2019-08-06rtw88: use txpwr_lmt_cfg_pair struct, not arraysBrian Norris1-13/+2
2019-06-27rtw88: refine flow to get tx power indexZong-Zhe Yang1-22/+33
2019-06-27rtw88: remove all RTW_MAX_POWER_INDEX macroTzu-En Huang1-11/+17
2019-06-27rtw88: correct power limit selectionZong-Zhe Yang1-8/+94
2019-06-27rtw88: choose the lowest as world-wide power limitYan-Hsuan Chuang1-2/+10
2019-06-27rtw88: fix incorrect tx power limit at 5GYan-Hsuan Chuang1-10/+7
2019-06-27rtw88: remove unused variableYan-Hsuan Chuang1-2/+1
2019-06-27rtw88: unify prefixes for tx power setting routineYan-Hsuan Chuang1-64/+64
2019-06-27rtw88: do not use (void *) as argumentYan-Hsuan Chuang1-7/+5
2019-06-27rtw88: resolve order of tx power setting routinesYan-Hsuan Chuang1-520/+513
2019-06-26Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller1-4/+9
2019-06-25rtw88: 8822c: add rf write protection when switching channelChien-Hsun Liao1-4/+9
2019-05-28rtw88: Make some symbols staticYueHaibing1-6/+7
2019-05-28rtw88: fix unassigned rssi_level in rtw_sta_infoYan-Hsuan Chuang1-2/+2
2019-05-28rtw88: fix subscript above array bounds compiler warningStanislaw Gruszka1-0/+5
2019-05-02rtw88: phy: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3