aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx/smd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29wifi: wcn36xx: Move firmware feature bit storage to dedicated firmware.c fileBryan O'Donoghue1-49/+8
2022-07-29wifi: wcn36xx: Rename clunky firmware feature bit enumBryan O'Donoghue1-3/+3
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-3/+3
2022-04-12wcn36xx: clean up some inconsistent indentingYang Li1-3/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-16/+19
2022-03-30wcn36xx: Implement tx_rate reportingEdmond Gagnon1-0/+57
2022-02-14wcn36xx: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2021-12-16wcn36xx: Implement beacon filteringBryan O'Donoghue1-0/+86
2021-12-08wcn36xx: Fix max channels retrievalLoic Poulain1-1/+1
2021-11-26wcn36xx: Use correct SSN for ADD BA requestLoic Poulain1-4/+25
2021-11-01wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue1-2/+2
2021-11-01wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scanBenjamin Li1-0/+4
2021-10-28wcn36xx: add missing 5GHz channels 136 and 144Benjamin Li1-0/+1
2021-10-28wcn36xx: switch on antenna diversity feature bitBenjamin Li1-1/+3
2021-10-28wcn36xx: Channel list update before hardware scanLoic Poulain1-0/+82
2021-10-27wcn36xx: Add chained transfer support for AMSDULoic Poulain1-1/+2
2021-09-21wcn36xx: Implement Idle Mode Power SaveBryan O'Donoghue1-0/+55
2021-09-21wcn36xx: handle connection loss indicationBenjamin Li1-11/+33
2021-08-29wcn36xx: Allow firmware name to be overridden by DTBjorn Andersson1-2/+2
2021-06-22wcn36xx: Avoid memset() beyond end of struct fieldKees Cook1-16/+5
2021-06-14wcn36xx: Add host resume request supportBryan O'Donoghue1-0/+35
2021-06-14wcn36xx: Add Host suspend indication supportBryan O'Donoghue1-0/+19
2021-06-14wcn36xx: Add GTK offload info to WoWLAN resumeBryan O'Donoghue1-0/+73
2021-06-14wcn36xx: Add GTK offload to WoWLAN pathBryan O'Donoghue1-0/+39
2021-06-14wcn36xx: Add ipv6 namespace offload in suspendBryan O'Donoghue1-0/+63
2021-06-14wcn36xx: Add ipv4 ARP offload support in suspendBryan O'Donoghue1-0/+38
2021-02-09wcn36xx: del BA session on TX stopLoic Poulain1-2/+2
2021-01-26wcn36xx: Remove unnecessary memsetZheng Yongjun1-1/+0
2020-12-09wcn36xx: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-02wcn36xx: Send NULL data packet when exiting BMPSBryan O'Donoghue1-0/+1
2020-11-07wcn36xx: Set LINK_FAIL_TX_CNT to 1000 on all wcn36xxBryan O'Donoghue1-1/+2
2020-09-22wcn36xx: Ensure spaces between functionsBryan O'Donoghue1-0/+4
2020-09-22wcn36xx: Mark internal smd functions staticBryan O'Donoghue1-43/+18
2020-09-22wcn36xx: Convert to VHT parameter structure on wcn3680Bryan O'Donoghue1-4/+12
2020-09-22wcn36xx: Define INIT_HAL_MSG_V1()Bryan O'Donoghue1-2/+8
2020-09-22wcn36xx: Latch VHT specific BSS parameters to firmwareBryan O'Donoghue1-0/+2
2020-09-22wcn36xx: Add ability to download wcn3680 specific firmware parametersBryan O'Donoghue1-3/+13
2020-09-22wcn36xx: Define wcn3680 specific firmware parametersBryan O'Donoghue1-0/+96
2020-09-22wcn36xx: Set PHY into correct mode for 80MHz channel widthBryan O'Donoghue1-1/+8
2020-09-22wcn36xx: Use HW_VALUE_CHANNEL macro to get channel numberBryan O'Donoghue1-2/+4
2020-09-21wcn36xx: Remove dead code in wcn36xx_smd_config_bss()Bryan O'Donoghue1-34/+5
2020-09-21wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()Bryan O'Donoghue1-3/+1
2020-09-21wcn36xx: Add wcn36xx_smd_config_bss_v0Bryan O'Donoghue1-0/+44
2020-09-21wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internallyBryan O'Donoghue1-55/+61
2020-09-21wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()Bryan O'Donoghue1-80/+95
2020-09-21wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()Bryan O'Donoghue1-1/+2
2020-09-21wcn36xx: Functionally decompose wcn36xx_smd_config_sta()Bryan O'Donoghue1-21/+32
2020-09-21wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()Bryan O'Donoghue1-0/+30
2020-09-21wcn36xx: Add wcn36xx_smd_set_bss_vht_params()Bryan O'Donoghue1-0/+13