summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/mac.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-11rtw89: add debug entry to dump BSSID CAMPing-Ke Shih1-0/+1
2022-05-11rtw89: correct CCA controlPing-Ke Shih1-2/+3
2022-05-11rtw89: correct setting of RX MPDU lengthPing-Ke Shih1-5/+5
2022-05-04rtw89: correct AID settings of beamformeePing-Ke Shih1-0/+4
2022-05-04rtw89: ps: fine tune polling interval while changing low power modePing-Ke Shih1-1/+2
2022-04-24rtw89: pci: add variant RPWM/CPWM to enter low power modePing-Ke Shih1-3/+3
2022-04-12rtw89: 8852c: add 8852c specific BT-coexistence initial functionChia-Yuan Li1-0/+28
2022-04-12rtw89: 8852c: disable firmware watchdog if CPU disabledChia-Yuan Li1-1/+36
2022-04-12rtw89: reset BA CAMPing-Ke Shih1-0/+18
2022-04-12rtw89: change station scheduler setting for hardware TX modePing-Ke Shih1-2/+2
2022-04-12rtw89: ser: configure top ERR IMR for firmware to recoverPing-Ke Shih1-0/+15
2022-04-12rtw89: ser: configure C-MAC interrupt maskChia-Yuan Li1-35/+73
2022-04-12rtw89: ser: configure D-MAC interrupt maskChia-Yuan Li1-19/+141
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-9/+9
2022-04-06rtw89: packet offload handler to avoid warningPo Hao Huang1-1/+7
2022-04-06rtw89: update ptcl_initPing-Ke Shih1-5/+15
2022-04-06rtw89: update TMAC parametersPing-Ke Shih1-0/+7
2022-04-06rtw89: initialize NAV controlPing-Ke Shih1-0/+17
2022-04-06rtw89: update scheduler settingPing-Ke Shih1-0/+11
2022-04-06rtw89: 8852c: update security engine settingPing-Ke Shih1-1/+7
2022-04-06rtw89: Turn on CR protection of CMACPing-Ke Shih1-1/+2
2022-04-06rtw89: add chip_ops::{enable,disable}_bb_rf to support v1 chipPing-Ke Shih1-2/+8
2022-04-06rtw89: update STA scheduler parameters for v1 chipPing-Ke Shih1-1/+15
2022-04-06rtw89: extend dmac_pre_init to support 8852CPing-Ke Shih1-7/+30
2022-04-06rtw89: reduce export symbol number of mac size and quotaPing-Ke Shih1-117/+41
2022-04-06rtw89: mac: correct decision on error status by scenarioZong-Zhe Yang1-2/+10
2022-04-06rtw89: mac: move table of mem base addr to commonZong-Zhe Yang1-0/+20
2022-03-17rtw89: implement stop and resume channels transmission v1Ping-Ke Shih1-5/+79
2022-03-17rtw89: extend mac tx_en bits from 16 to 32Ping-Ke Shih1-3/+3
2022-03-17rtw89: change value assignment style of rtw89_mac_cfg_gnt()Ping-Ke Shih1-22/+25
2022-03-17rtw89: 8852c: add mac_ctrl_path and mac_cfg_gnt APIsChia-Yuan Li1-0/+70
2022-03-17rtw89: disable FW and H2C function if CPU disabledChia-Yuan Li1-0/+4
2022-03-17rtw89: initialize preload window of D-MACPing-Ke Shih1-0/+43
2022-03-17rtw89: modify MAC enable functionsChia-Yuan Li1-6/+23
2022-03-10rtw89: support DAV efuse reading operationPing-Ke Shih1-0/+24
2022-03-10rtw89: 8852c: add chip::dle_memPing-Ke Shih1-0/+62
2022-03-10rtw89: add page_regs to handle v1 chipsPing-Ke Shih1-23/+37
2022-03-10rtw89: add hci_func_en_addr to support variant generationPing-Ke Shih1-1/+3
2022-03-10rtw89: add power_{on/off}_funcPing-Ke Shih1-3/+31
2022-03-09rtw89: add tx_wake notify for low ps modeChin-Yen Lee1-9/+25
2022-03-09rtw89: 8852a: add ieee80211_ops::hw_scanPo Hao Huang1-0/+52
2022-02-10rtw89: coex: set EN bit to PLT registerPing-Ke Shih1-3/+4
2022-02-10rtw89: maintain assoc/disassoc STA states of firmware and hardwarePing-Ke Shih1-2/+2
2022-02-10rtw89: extend role_maintain to support AP modePing-Ke Shih1-2/+2
2022-01-28rtw89: fix maybe uninitialized `qempty` variableÍñigo Huguet1-0/+1
2022-01-28rtw89: configure mac port HIQ registersPing-Ke Shih1-1/+33
2022-01-28rtw89: rename vif_maintain to role_maintainPing-Ke Shih1-2/+2
2022-01-28rtw89: extend firmware commands on states of sta_assoc and sta_disconnectPing-Ke Shih1-1/+1
2022-01-28rtw89: add C2H handle of BCN_CNTPing-Ke Shih1-0/+6
2022-01-28rtw89: extract modules by chipsetZong-Zhe Yang1-10/+25