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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
wcn36xx: Advertise beacon filtering support in bmps
Loic Poulain
1
-0
/
+2
2020-09-22
wcn36xx: Ensure spaces between functions
Bryan O'Donoghue
2
-0
/
+5
2020-09-22
wcn36xx: Mark internal smd functions static
Bryan O'Donoghue
1
-43
/
+18
2020-09-22
wcn36xx: Advertise ieee802.11 VHT flags
Bryan O'Donoghue
1
-0
/
+32
2020-09-22
wcn36xx: Add VHT rates to wcn36xx_update_allowed_rates()
Bryan O'Donoghue
1
-0
/
+8
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: Extend HAL param config list
Bryan O'Donoghue
1
-1
/
+123
2020-09-22
wcn36xx: Set PHY into correct mode for 80MHz channel width
Bryan O'Donoghue
1
-1
/
+8
2020-09-22
wcn36xx: Encode PHY mode for 80MHz channel in hw_value
Bryan O'Donoghue
1
-25
/
+25
2020-09-22
wcn36xx: Add accessor macro HW_VALUE_PHY for PHY settings
Bryan O'Donoghue
1
-0
/
+2
2020-09-22
wcn36xx: Use HW_VALUE_CHANNEL macro to get channel number
Bryan O'Donoghue
1
-2
/
+4
2020-09-22
wcn36xx: Add accessor macro HW_VALUE_CHANNEL for hardware channels
Bryan O'Donoghue
1
-1
/
+3
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: Add wcn36xx_set_default_rates_v1
Bryan O'Donoghue
2
-0
/
+9
2020-09-21
wcn36xx: Use V1 data structure to store supported rates
Bryan O'Donoghue
2
-3
/
+4
2020-09-21
wcn36xx: Add VHT fields to parameter data structures
Bryan O'Donoghue
2
-1
/
+15
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-09-02
wcn36xx: Add Supported rates V1 structure
Bryan O'Donoghue
1
-0
/
+70
2020-09-02
wcn36xx: Add 802.11ac HAL param bitfields
Bryan O'Donoghue
1
-1
/
+5
2020-09-02
wcn36xx: Specify ieee80211_rx_status.nss
Bryan O'Donoghue
1
-0
/
+1
2020-09-02
wcn36xx: Fix warning due to bad rate_idx
Loic Poulain
1
-0
/
+9
2020-09-02
wcn36xx: Add 802.11ac MCS rates
Bryan O'Donoghue
1
-1
/
+108
2020-09-02
wcn36xx: Hook and identify RF_IRIS_WCN3680
Bryan O'Donoghue
1
-0
/
+2
2020-09-02
wcn36xx: Add a chip identifier for WCN3680
Bryan O'Donoghue
1
-0
/
+1
2020-08-27
wcn36xx: Disable bmps when encryption is disabled
Loic Poulain
3
-1
/
+15
2020-08-27
wcn36xx: Setup starting bitrate to MCS-5
Loic Poulain
2
-0
/
+9
2020-08-27
wcn36xx: Fix software-driven scan
Loic Poulain
5
-93
/
+119
2020-08-17
wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680
Bryan O'Donoghue
1
-1
/
+1
2020-08-14
wcn36xx: Use sequence number allocated by mac80211
Loic Poulain
1
-1
/
+2
2020-08-14
wcn36xx: Fix TX data path
Loic Poulain
1
-6
/
+17
2020-08-14
wcn36xx: Increase number of TX retries
Loic Poulain
1
-2
/
+2
2020-08-14
wcn36xx: Add TX ack support
Loic Poulain
4
-9
/
+70
2020-08-14
wcn36xx: Fix multiple AMPDU sessions support
Loic Poulain
3
-12
/
+34
[next]