index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wcn36xx
/
smd.c
Age
Commit message (
Expand
)
Author
2023-02-24
wifi: wcn36xx: Slightly optimize PREPARE_HAL_BUF()
Christophe JAILLET
2022-07-29
wifi: wcn36xx: Move firmware feature bit storage to dedicated firmware.c file
Bryan O'Donoghue
2022-07-29
wifi: wcn36xx: Rename clunky firmware feature bit enum
Bryan O'Donoghue
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
2022-05-03
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
2022-04-12
wcn36xx: clean up some inconsistent indenting
Yang Li
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
2022-03-30
wcn36xx: Implement tx_rate reporting
Edmond Gagnon
2022-02-14
wcn36xx: use struct_size over open coded arithmetic
Minghao Chi (CGEL ZTE)
2021-12-16
wcn36xx: Implement beacon filtering
Bryan O'Donoghue
2021-12-08
wcn36xx: Fix max channels retrieval
Loic Poulain
2021-11-26
wcn36xx: Use correct SSN for ADD BA request
Loic Poulain
2021-11-01
wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND
Bryan O'Donoghue
2021-11-01
wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan
Benjamin Li
2021-10-28
wcn36xx: add missing 5GHz channels 136 and 144
Benjamin Li
2021-10-28
wcn36xx: switch on antenna diversity feature bit
Benjamin Li
2021-10-28
wcn36xx: Channel list update before hardware scan
Loic Poulain
2021-10-27
wcn36xx: Add chained transfer support for AMSDU
Loic Poulain
2021-09-21
wcn36xx: Implement Idle Mode Power Save
Bryan O'Donoghue
2021-09-21
wcn36xx: handle connection loss indication
Benjamin Li
2021-08-29
wcn36xx: Allow firmware name to be overridden by DT
Bjorn Andersson
2021-06-22
wcn36xx: Avoid memset() beyond end of struct field
Kees Cook
2021-06-14
wcn36xx: Add host resume request support
Bryan O'Donoghue
2021-06-14
wcn36xx: Add Host suspend indication support
Bryan O'Donoghue
2021-06-14
wcn36xx: Add GTK offload info to WoWLAN resume
Bryan O'Donoghue
2021-06-14
wcn36xx: Add GTK offload to WoWLAN path
Bryan O'Donoghue
2021-06-14
wcn36xx: Add ipv6 namespace offload in suspend
Bryan O'Donoghue
2021-06-14
wcn36xx: Add ipv4 ARP offload support in suspend
Bryan O'Donoghue
2021-02-09
wcn36xx: del BA session on TX stop
Loic Poulain
2021-01-26
wcn36xx: Remove unnecessary memset
Zheng Yongjun
2020-12-09
wcn36xx: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-02
wcn36xx: Send NULL data packet when exiting BMPS
Bryan O'Donoghue
2020-11-07
wcn36xx: Set LINK_FAIL_TX_CNT to 1000 on all wcn36xx
Bryan O'Donoghue
2020-09-22
wcn36xx: Ensure spaces between functions
Bryan O'Donoghue
2020-09-22
wcn36xx: Mark internal smd functions static
Bryan O'Donoghue
2020-09-22
wcn36xx: Convert to VHT parameter structure on wcn3680
Bryan O'Donoghue
2020-09-22
wcn36xx: Define INIT_HAL_MSG_V1()
Bryan O'Donoghue
2020-09-22
wcn36xx: Latch VHT specific BSS parameters to firmware
Bryan O'Donoghue
2020-09-22
wcn36xx: Add ability to download wcn3680 specific firmware parameters
Bryan O'Donoghue
2020-09-22
wcn36xx: Define wcn3680 specific firmware parameters
Bryan O'Donoghue
2020-09-22
wcn36xx: Set PHY into correct mode for 80MHz channel width
Bryan O'Donoghue
2020-09-22
wcn36xx: Use HW_VALUE_CHANNEL macro to get channel number
Bryan O'Donoghue
2020-09-21
wcn36xx: Remove dead code in wcn36xx_smd_config_bss()
Bryan O'Donoghue
2020-09-21
wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()
Bryan O'Donoghue
2020-09-21
wcn36xx: Add wcn36xx_smd_config_bss_v0
Bryan O'Donoghue
2020-09-21
wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internally
Bryan O'Donoghue
2020-09-21
wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()
Bryan O'Donoghue
2020-09-21
wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()
Bryan O'Donoghue
2020-09-21
wcn36xx: Functionally decompose wcn36xx_smd_config_sta()
Bryan O'Donoghue
2020-09-21
wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()
Bryan O'Donoghue
[next]