index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2021-02-09
wcn36xx: del BA session on TX stop
Loic Poulain
1
-2
/
+2
2021-01-26
wcn36xx: Remove unnecessary memset
Zheng Yongjun
1
-1
/
+0
2020-12-09
wcn36xx: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-1
/
+1
2020-12-02
wcn36xx: Send NULL data packet when exiting BMPS
Bryan O'Donoghue
1
-0
/
+1
2020-11-07
wcn36xx: Set LINK_FAIL_TX_CNT to 1000 on all wcn36xx
Bryan O'Donoghue
1
-1
/
+2
2020-09-22
wcn36xx: Ensure spaces between functions
Bryan O'Donoghue
1
-0
/
+4
2020-09-22
wcn36xx: Mark internal smd functions static
Bryan O'Donoghue
1
-43
/
+18
2020-09-22
wcn36xx: Convert to VHT parameter structure on wcn3680
Bryan O'Donoghue
1
-4
/
+12
2020-09-22
wcn36xx: Define INIT_HAL_MSG_V1()
Bryan O'Donoghue
1
-2
/
+8
2020-09-22
wcn36xx: Latch VHT specific BSS parameters to firmware
Bryan O'Donoghue
1
-0
/
+2
2020-09-22
wcn36xx: Add ability to download wcn3680 specific firmware parameters
Bryan O'Donoghue
1
-3
/
+13
2020-09-22
wcn36xx: Define wcn3680 specific firmware parameters
Bryan O'Donoghue
1
-0
/
+96
2020-09-22
wcn36xx: Set PHY into correct mode for 80MHz channel width
Bryan O'Donoghue
1
-1
/
+8
2020-09-22
wcn36xx: Use HW_VALUE_CHANNEL macro to get channel number
Bryan O'Donoghue
1
-2
/
+4
2020-09-21
wcn36xx: Remove dead code in wcn36xx_smd_config_bss()
Bryan O'Donoghue
1
-34
/
+5
2020-09-21
wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()
Bryan O'Donoghue
1
-3
/
+1
2020-09-21
wcn36xx: Add wcn36xx_smd_config_bss_v0
Bryan O'Donoghue
1
-0
/
+44
2020-09-21
wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internally
Bryan O'Donoghue
1
-55
/
+61
2020-09-21
wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()
Bryan O'Donoghue
1
-80
/
+95
2020-09-21
wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()
Bryan O'Donoghue
1
-1
/
+2
2020-09-21
wcn36xx: Functionally decompose wcn36xx_smd_config_sta()
Bryan O'Donoghue
1
-21
/
+32
2020-09-21
wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()
Bryan O'Donoghue
1
-0
/
+30
2020-09-21
wcn36xx: Add wcn36xx_smd_set_bss_vht_params()
Bryan O'Donoghue
1
-0
/
+13
2020-09-21
wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()
Bryan O'Donoghue
1
-0
/
+11
2020-09-21
wcn36xx: Add wcn36xx_smd_set_sta_vht_params()
Bryan O'Donoghue
1
-0
/
+25
2020-09-21
wcn36xx: Add wcn36xx_smd_set_sta_default_ht_ldpc_params()
Bryan O'Donoghue
1
-0
/
+11
2020-09-21
wcn36xx: Add wcn36xx_smd_set_sta_default_vht_params()
Bryan O'Donoghue
1
-0
/
+18
2020-09-21
wcn36xx: Use V1 data structure to store supported rates
Bryan O'Donoghue
1
-2
/
+3
2020-09-21
wcn36xx: Add VHT fields to parameter data structures
Bryan O'Donoghue
1
-0
/
+2
2020-09-02
wcn36xx: Set feature DOT11AC for wcn3680
Bryan O'Donoghue
1
-0
/
+2
2020-09-02
wcn36xx: Use existing pointers in wcn36xx_smd_config_bss_v1
Bryan O'Donoghue
1
-63
/
+47
2020-08-27
wcn36xx: Setup starting bitrate to MCS-5
Loic Poulain
1
-0
/
+1
2020-08-27
wcn36xx: Fix software-driven scan
Loic Poulain
1
-2
/
+21
2020-08-14
wcn36xx: Increase number of TX retries
Loic Poulain
1
-2
/
+2
2020-08-14
wcn36xx: Fix multiple AMPDU sessions support
Loic Poulain
1
-6
/
+26
2020-01-26
wcn36xx: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2019-09-04
wcn36xx: use dynamic allocation for large variables
Arnd Bergmann
1
-81
/
+105
2018-08-24
wcn36xx: Use kmemdup instead of duplicating it in wcn36xx_smd_process_ptt_msg...
YueHaibing
1
-2
/
+2
2018-07-02
wcn36xx: drop unnecessary initialization of variables
Daniel Mack
1
-38
/
+37
2018-06-29
wcn36xx: Fix WEP encryption
Loic Poulain
1
-6
/
+14
2018-05-25
wcn36xx: Add support for Factory Test Mode (FTM)
Eyal Ilsar
1
-0
/
+81
2018-05-25
wcn36xx: improve debug and error messages for SMD
Daniel Mack
1
-4
/
+10
2018-05-25
wcn36xx: simplify wcn36xx_smd_open()
Daniel Mack
1
-9
/
+3
2018-05-25
wcn36xx: drain pending indicator messages on shutdown
Daniel Mack
1
-0
/
+6
2018-04-24
wcn36xx: pass information elements in scan requests
Daniel Mack
1
-0
/
+11
2018-04-24
wcn36xx: send bss_type in scan requests
Daniel Mack
1
-1
/
+4
2018-04-24
wcn36xx: abort scan request when 'dequeued' indicator is sent
Daniel Mack
1
-2
/
+2
2018-04-24
wcn36xx: pass correct BSS index when deleting BSS keys
Daniel Mack
1
-2
/
+4
2018-04-10
wcn36xx: Add missing fall through comment in smd.c
Loic Poulain
1
-0
/
+1
2018-04-10
wcn36xx: don't delete invalid bss indices
Daniel Mack
1
-0
/
+6
[next]