index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-11
wil6210: add support for device led configuration
Maya Erez
5
-0
/
+281
2016-05-09
ath9k: Fix symbol overlap window for half/quarter channels
Helmut Schaa
1
-1
/
+1
2016-05-09
ath9k: Simplify ar9003_hw_tx99_set_txpower
Helmut Schaa
1
-7
/
+3
2016-05-09
ath9k: Move TX99 config option under ath9k debugging
Helmut Schaa
1
-20
/
+20
2016-05-09
ath9k: reuse ar9003_hw_tx_power_regwrite for tx99 setup
Helmut Schaa
3
-58
/
+5
2016-05-06
ath10k: release pre_cal_file while unloading driver
Rajkumar Manoharan
1
-0
/
+4
2016-05-06
ath10k: update bss channel survey information
Rajkumar Manoharan
4
-0
/
+70
2016-05-06
ath10k: handle pdev_chan_info wmi event
Rajkumar Manoharan
2
-0
/
+43
2016-05-06
ath10k: implement wmi_pdev_bss_chan_info_request
Rajkumar Manoharan
3
-1
/
+55
2016-05-06
ath10k: add pdev bss channel info wmi definitions
Rajkumar Manoharan
1
-0
/
+4
2016-05-06
ath10k: fix kernel panic, move arvifs list head init before htt init
Anilkumar Kolli
1
-4
/
+4
2016-05-06
ath10k: move spectral related structures under ath10k debugfs
Mohammed Shafi Shajakhan
1
-2
/
+1
2016-05-06
ath10k: remove VHT capabilities from 2.4GHz
Johannes Berg
1
-3
/
+0
2016-04-27
wcn36xx: Set SMD timeout to 10 seconds
Bjorn Andersson
1
-1
/
+1
2016-04-26
wil6210: prevent deep sleep of 60G device in critical paths
Maya Erez
5
-32
/
+194
2016-04-26
wil6210: unmask RX_HTRSH interrupt only when connected
Maya Erez
2
-1
/
+22
2016-04-26
wil6210: print debug message when transmitting while disconnected
Maya Erez
3
-1
/
+19
2016-04-26
wil6210: change RX_HTRSH interrupt print level to debug
Maya Erez
1
-5
/
+2
2016-04-26
wil6210: support regular scan on P2P_DEVICE interface
Lior David
3
-2
/
+10
2016-04-26
wil6210: add function name to wil log macros
Maya Erez
2
-6
/
+10
2016-04-26
ath6kl: add ability to set debug uart baud rate
Steve deRosier
3
-0
/
+12
2016-04-26
ath6kl: fix missing uart debug pin for 6004 HW 3.0
Steve deRosier
1
-0
/
+1
2016-04-26
ath10k: fix a typo in ath10k_start()
Mohammed Shafi Shajakhan
1
-1
/
+1
2016-04-26
ath10k: add max_tx_power for QCA6174 WLAN.RM.2.0 firmware
Alan Liu
2
-0
/
+2
2016-04-26
Merge ath-next from ath.git
Kalle Valo
39
-803
/
+813
2016-04-25
wcn36xx: Fill in capability list
Bjorn Andersson
2
-1
/
+78
2016-04-25
wcn36xx: Correct remove bss key response encoding
Bjorn Andersson
2
-27
/
+1
2016-04-25
wcn36xx: Delete BSS before idling link
Bjorn Andersson
1
-1
/
+1
2016-04-25
wcn36xx: Use correct command struct for EXIT_BMPS_REQ
Pontus Fuchs
1
-1
/
+1
2016-04-25
wcn36xx: Implement multicast filtering
Pontus Fuchs
4
-6
/
+104
2016-04-25
wcn36xx: Track association state
Pontus Fuchs
2
-0
/
+3
2016-04-25
wcn36xx: Clear encrypt_type when deleting bss key
Pontus Fuchs
1
-0
/
+2
2016-04-25
wcn36xx: Use allocated self sta index instead of hard coded
Pontus Fuchs
1
-1
/
+1
2016-04-25
wcn36xx: Copy all members in config_sta v1 conversion
Pontus Fuchs
1
-2
/
+17
2016-04-25
wcn36xx: Parse trigger_ba response properly
Pontus Fuchs
1
-2
/
+12
2016-04-25
wcn36xx: Remove sta pointer in private vif struct
Pontus Fuchs
3
-17
/
+15
2016-04-25
wcn36xx: Fetch private sta data from sta entry instead of from vif
Pontus Fuchs
1
-1
/
+1
2016-04-25
wcn36xx: Add helper macros to cast sta to priv
Pontus Fuchs
3
-14
/
+18
2016-04-25
wcn36xx: Use define for invalid index and fix typo
Pontus Fuchs
3
-4
/
+4
2016-04-25
wcn36xx: Use consistent name for private vif
Pontus Fuchs
1
-14
/
+14
2016-04-25
wcn36xx: Add helper macros to cast vif to private vif and vice versa
Pontus Fuchs
6
-40
/
+36
2016-04-25
wcn36xx: Pad TIM PVM if needed
Pontus Fuchs
2
-2
/
+28
2016-04-25
wcn36xx: Clean up wcn36xx_smd_send_beacon
Pontus Fuchs
2
-8
/
+9
2016-04-25
ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.
Vittorio Gambaletta (VittGam)
1
-0
/
+10
2016-04-25
ath9k: Add a module parameter to invert LED polarity.
Vittorio Gambaletta (VittGam)
1
-0
/
+7
2016-04-20
ath10k: remove enum ath10k_swap_code_seg_bin_type
Kalle Valo
3
-26
/
+8
2016-04-20
ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n()
Kalle Valo
3
-124
/
+6
2016-04-20
ath10k: move htt_op_version to struct ath10k_fw_file
Kalle Valo
7
-10
/
+11
2016-04-20
ath10k: move wmi_op_version to struct ath10k_fw_file
Kalle Valo
6
-28
/
+22
2016-04-20
ath10k: move fw_features to struct ath10k_fw_file
Kalle Valo
8
-45
/
+39
[next]