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