index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wcn36xx
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-02
wcn36xx: drop unnecessary initialization of variables
Daniel Mack
1
-3
/
+1
2018-06-29
wcn36xx: Fix WEP encryption
Loic Poulain
1
-8
/
+11
2018-06-29
wcn36xx: Track associated stations
Loic Poulain
1
-0
/
+5
2018-06-29
wcn36xx: Fix WEP104 encryption type
Loic Poulain
1
-1
/
+1
2018-05-25
wcn36xx: Add support for Factory Test Mode (FTM)
Eyal Ilsar
1
-0
/
+3
2018-05-25
wcn36xx: set PREASSOC and IDLE stated when BSS info changes
Daniel Mack
1
-0
/
+4
2018-05-25
wcn36xx: set DMA mask explicitly
Daniel Mack
1
-0
/
+6
2018-04-24
wcn36xx: handle scan cancellation when firmware support is missing
Daniel Mack
1
-3
/
+11
2018-04-24
wcn36xx: cancel pending scan request when interface goes down
Daniel Mack
1
-0
/
+13
2018-04-24
wcn36xx: pass correct BSS index when deleting BSS keys
Daniel Mack
1
-3
/
+7
2018-04-10
wcn36xx: don't delete invalid bss indices
Daniel Mack
1
-0
/
+1
2018-03-29
wcn36xx: turn off probe response offloading
Ramon Fried
1
-2
/
+0
2018-03-26
wcn36xx: reduce verbosity of drivers messages
Ramon Fried
1
-1
/
+2
2018-02-27
wcn36xx: Fix warning due to duplicate scan_completed notification
Loic Poulain
1
-6
/
+3
2018-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+12
2018-01-04
wcn36xx: Fix dynamic power saving
Loic Poulain
1
-11
/
+12
2017-12-14
wcn36xx: Add hardware scan offload support
Loic Poulain
1
-3
/
+13
2017-11-20
wcn36xx: fix iris child-node lookup
Johan Hovold
1
-1
/
+1
2017-11-04
Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...
David S. Miller
1
-1
/
+11
2017-10-27
wcn36xx: Remove unnecessary rcu_read_unlock in wcn36xx_bss_info_changed
Jia-Ju Bai
1
-1
/
+0
2017-09-25
wcn36xx: Disable 5GHz for wcn3620
Loic Poulain
1
-1
/
+11
2017-08-08
wcn36xx: Introduce mutual exclusion of fw configuration
Bjorn Andersson
1
-2
/
+50
2017-05-23
wcn36xx: Close SMD channel on device removal
Bjorn Andersson
1
-0
/
+2
2017-04-20
Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...
David S. Miller
1
-0
/
+3
2017-04-10
Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...
David S. Miller
1
-2
/
+2
2017-03-29
soc: qcom: smd: Transition client drivers from smd to rpmsg
Bjorn Andersson
1
-4
/
+2
2017-03-09
wcn36xx: Fix error handling
Christophe Jaillet
1
-2
/
+2
2017-03-06
wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers
Andrew Zaborowski
1
-0
/
+3
2017-02-07
wcn36xx: Implement cancel_hw_scan
Bjorn Andersson
1
-1
/
+24
2017-01-12
wcn36xx: Don't use the destroyed hal_mutex
Bjorn Andersson
1
-1
/
+2
2017-01-12
wcn36xx: Implement firmware assisted scan
Bjorn Andersson
1
-11
/
+53
2017-01-12
wcn36xx: Transition driver to SMD client
Bjorn Andersson
1
-27
/
+52
2016-07-08
wcn36xx: Correct DXE chip version differentiation
Bjorn Andersson
1
-14
/
+2
2016-07-08
wcn36xx: Split mmio space into explicit regions
Bjorn Andersson
1
-12
/
+39
2016-04-26
Merge ath-next from ath.git
Kalle Valo
1
-27
/
+106
2016-04-25
wcn36xx: Fill in capability list
Bjorn Andersson
1
-1
/
+39
2016-04-25
wcn36xx: Delete BSS before idling link
Bjorn Andersson
1
-1
/
+1
2016-04-25
wcn36xx: Implement multicast filtering
Pontus Fuchs
1
-3
/
+47
2016-04-25
wcn36xx: Track association state
Pontus Fuchs
1
-0
/
+2
2016-04-25
wcn36xx: Clear encrypt_type when deleting bss key
Pontus Fuchs
1
-0
/
+2
2016-04-25
wcn36xx: Remove sta pointer in private vif struct
Pontus Fuchs
1
-3
/
+0
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
1
-8
/
+6
2016-04-25
wcn36xx: Use define for invalid index and fix typo
Pontus Fuchs
1
-2
/
+2
2016-04-25
wcn36xx: Add helper macros to cast vif to private vif and vice versa
Pontus Fuchs
1
-9
/
+7
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-6
/
+6
2016-01-14
mac80211: pass block ack session timeout to to driver
Sara Sharon
1
-3
/
+5
2015-09-22
mac80211: allow to transmit A-MSDU within A-MPDU
Emmanuel Grumbach
1
-1
/
+1
2015-06-10
mac80211: convert HW flags to unsigned long bitmap
Johannes Berg
1
-6
/
+6
2015-01-23
wcn36xx: initiate TX BA sessions
Bob Copeland
1
-1
/
+13
[next]