summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtw89/mac.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PSChing-Te Ku1-1/+2
2023-12-15wifi: rtw89: mac: add suffix _ax to MAC functionsPing-Ke Shih1-79/+84
2023-12-15wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabledPing-Ke Shih1-2/+8
2023-12-15wifi: rtw89: add XTAL SI for WiFi 7 chipsPing-Ke Shih1-4/+7
2023-12-07wifi: rtw89: 8922a: dump MAC registers when SER occursChia-Yuan Li1-75/+208
2023-12-01wifi: rtw89: fix misbehavior of TX beacon in concurrent modeChih-Kang Chang1-5/+24
2023-12-01wifi: rtw89: fix not entering PS mode after AP stopsPo-Hao Huang1-6/+65
2023-12-01wifi: rtw89: mac: use pointer to access functions of hardware engine and quotaPing-Ke Shih1-41/+63
2023-12-01wifi: rtw89: mac: move code related to hardware engine to individual functionsPing-Ke Shih1-17/+48
2023-12-01wifi: rtw89: mac: check queue empty according to chip genZong-Zhe Yang1-7/+10
2023-12-01wifi: rtw89: refine element naming used by queue empty checkZong-Zhe Yang1-4/+4
2023-12-01wifi: rtw89: add reserved size as factor of DLE used sizePing-Ke Shih1-7/+15
2023-12-01wifi: rtw89: mac: add to get DLE reserved quotaPing-Ke Shih1-0/+55
2023-12-01wifi: rtw89: 8922a: extend and add quota numberPing-Ke Shih1-0/+14
2023-11-22wifi: rtw89: mac: use mac_gen pointer to access about efusePing-Ke Shih1-3/+13
2023-10-14wifi: rtw89: mac: do bf_monitor only if WiFi 6 chipsZong-Zhe Yang1-0/+3
2023-10-14wifi: rtw89: mac: set bf_assoc capabilities according to chip genZong-Zhe Yang1-13/+16
2023-10-14wifi: rtw89: mac: set bfee_ctrl() according to chip genZong-Zhe Yang1-3/+8
2023-10-14wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip genZong-Zhe Yang1-2/+8
2023-10-14wifi: rtw89: mac: update RTS threshold according to chip genZong-Zhe Yang1-1/+3
2023-10-05wifi: rtw89: mac: get TX power control register according to chip genZong-Zhe Yang1-6/+8
2023-09-18wifi: rtw89: add mac_gen pointer to access mac port registersPing-Ke Shih1-24/+48
2023-09-18wifi: rtw89: consolidate registers of mac port to structPing-Ke Shih1-12/+20
2023-09-18wifi: rtw89: mcc: deal with beacon NoA if GO existsZong-Zhe Yang1-0/+1
2023-09-07wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading ...Ping-Ke Shih1-0/+6
2023-09-07wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmwarePing-Ke Shih1-4/+7
2023-09-07wifi: rtw89: fw: add checking type for variant type of firmwarePing-Ke Shih1-2/+2
2023-09-07wifi: rtw89: fw: generalize download firmware flow by mac_gen pointersPing-Ke Shih1-2/+15
2023-09-07wifi: rtw89: fw: move polling function of firmware path ready to an individua...Ping-Ke Shih1-0/+11
2023-08-25wifi: rtw89: mac: define register address of rx_filter to generalize codePing-Ke Shih1-0/+1
2023-08-25wifi: rtw89: mac: generalize code to indirectly access WiFi internal memoryPing-Ke Shih1-7/+18
2023-08-25wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register add...Ping-Ke Shih1-82/+89
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-08wifi: rtw89: fix 8852AE disconnection caused by RX full flagsPing-Ke Shih1-1/+1
2023-08-03wifi: rtw89: support firmware log with formatted textChin-Yen Lee1-2/+1
2023-06-15wifi: rtw89: cleanup private data structuresDmitry Antipov1-5/+1
2023-06-07Merge wireless into wireless-nextJohannes Berg1-0/+4
2023-05-25wifi: rtw89: use struct to access register-based H2C/C2HPing-Ke Shih1-10/+13
2023-05-25wifi: rtw89: refine packet offload handling under SERZong-Zhe Yang1-0/+3
2023-05-12wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null pagePing-Ke Shih1-0/+4
2023-05-11wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTOChin-Yen Lee1-0/+36
2023-05-11wifi: rtw89: ser: L1 add pre-M0 and post-M0 statesZong-Zhe Yang1-0/+6
2023-05-05wifi: rtw89: 8851b: add DLE mem and HFC quotaPing-Ke Shih1-0/+2
2023-05-05wifi: rtw89: scan offload wait for FW done ACKZong-Zhe Yang1-6/+33
2023-05-05wifi: rtw89: mac: handle C2H receive/done ACK in interrupt contextZong-Zhe Yang1-0/+12
2023-05-05wifi: rtw89: packet offload wait for FW responseZong-Zhe Yang1-1/+21
2023-05-05wifi: rtw89: set capability of TX antenna diversityPing-Ke Shih1-0/+9
2023-04-20wifi: rtw89: mac: use regular int as return type of DLE buffer requestPing-Ke Shih1-9/+13
2023-04-17wifi: rtw89: refine scan function after chanctxPo-Hao Huang1-5/+9
2023-04-17wifi: rtw89: support WoWLAN mode for 8852beChin-Yen Lee1-0/+2