index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
quantenna
/
qtnfmac
/
cfg80211.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qtnfmac: fix invalid STA state on EAPOL failure
Sergey Matyukevich
2018-05-30
1
-7
/
+14
*
qtnfmac: cancel scan on disconnect
Andrey Shevchenko
2018-05-30
1
-0
/
+2
*
qtnfmac: cleanup wdev structure between its uses
Sergey Matyukevich
2018-05-30
1
-5
/
+3
*
qtnfmac: simplify notation
Sergey Matyukevich
2018-05-30
1
-12
/
+13
*
qtnfmac: add DFS offload support
Dmitry Lebed
2018-04-24
1
-0
/
+9
*
qtnfmac: do not use mutexes in timer context
Igor Mitsyanko
2018-01-24
1
-11
/
+4
*
qtnfmac: fix STA disconnect procedure
Sergey Matyukevich
2018-01-24
1
-1
/
+0
*
qtnfmac: validate interface combinations on changes
Sergey Matyukevich
2018-01-24
1
-0
/
+50
*
qtnfmac: modify supported interface combinations
Sergey Matyukevich
2018-01-24
1
-33
/
+20
*
qtnfmac: report hardware/firmware information via ethtool
Vasily Ulyanov
2018-01-24
1
-0
/
+4
*
qtnfmac: fix warnings when mBSS setup is stopped
Vasily Ulyanov
2018-01-24
1
-4
/
+4
*
qtnfmac: support MAC address based access control
Vasily Ulyanov
2018-01-09
1
-0
/
+16
*
qtnfmac: keeping track of "generation" for STA info
Igor Mitsyanko
2018-01-09
1
-1
/
+4
*
qtnfmac: check for passed channel being NULL in MGMT_TX command
Igor Mitsyanko
2018-01-09
1
-2
/
+11
*
qtnfmac: change default interface mode from AP to STA
Igor Mitsyanko
2018-01-09
1
-1
/
+1
*
qtnfmac: add support for radar detection and CAC
Igor Mitsyanko
2018-01-09
1
-1
/
+17
*
qtnfmac: pass complete channel data between driver and firmware
Sergey Matyukevich
2018-01-09
1
-1
/
+2
*
qtnfmac: check that MAC exists in regulatory notifier
Igor Mitsyanko
2018-01-09
1
-0
/
+3
*
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-21
1
-1
/
+1
*
qtnfmac: configure and start AP interface with a single command
Igor Mitsyanko
2017-11-10
1
-16
/
+1
*
qtnfmac: convert "Append IEs" command to QTN_TLV_ID_IE_SET usage
Igor Mitsyanko
2017-11-10
1
-6
/
+6
*
qtnfmac: get rid of PHYMODE capabilities flags
Igor Mitsyanko
2017-11-10
1
-3
/
+0
*
qtnfmac: initialize HT/VHT caps "can override" masks
Igor Mitsyanko
2017-11-10
1
-0
/
+2
*
qtnfmac: use per-band HT/VHT info from wireless device
Igor Mitsyanko
2017-11-10
1
-29
/
+1
*
qtnfmac: advertise support of inactivity timeout
Igor Mitsyanko
2017-10-30
1
-1
/
+4
*
qtnfmac: enable registration of more mgmt frames
Sergey Matyukevich
2017-10-30
1
-1
/
+11
*
qtnfmac: Convert timers to use timer_setup()
Kees Cook
2017-10-27
1
-4
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
2017-10-16
1
-3
/
+6
|
\
|
*
qtnfmac: cancel scans on wireless interface changes
Sergey Matyukevich
2017-09-20
1
-3
/
+6
*
|
qtnfmac: do not cache current channel info in driver's state
Igor Mitsyanko
2017-10-13
1
-5
/
+2
*
|
qtnfmac: do not cache BSS state in per-VIF structure
Igor Mitsyanko
2017-10-13
1
-33
/
+7
*
|
qtnfmac: get rid of QTNF_STATE_AP_START flag
Igor Mitsyanko
2017-10-13
1
-28
/
+1
*
|
qtnfmac: get rid of QTNF_STATE_AP_CONFIG
Igor Mitsyanko
2017-10-13
1
-8
/
+0
*
|
qtnfmac: pass channel definition to WiFi card on START_AP command
Igor Mitsyanko
2017-10-13
1
-9
/
+0
*
|
qtnfmac: do not cache AP settings in driver structures
Igor Mitsyanko
2017-10-13
1
-16
/
+1
*
|
qtnfmac: do not cache CSA chandef info
Igor Mitsyanko
2017-09-25
1
-12
/
+0
*
|
qtnfmac: pass VIF info to SendChannel command
Igor Mitsyanko
2017-09-25
1
-1
/
+1
*
|
qtnfmac: let wifi card handle channel switch request to the same chan
Igor Mitsyanko
2017-09-25
1
-5
/
+0
*
|
qtnfmac: do not cache channel info from "connect" command
Igor Mitsyanko
2017-09-25
1
-14
/
+1
*
|
qtnfmac: retrieve current channel info from EP
Igor Mitsyanko
2017-09-25
1
-21
/
+14
|
/
*
qtnfmac: implement scan timeout
Sergey Matyukevich
2017-08-03
1
-4
/
+18
*
qtnfmac: implement cfg80211 channel_switch handler
Sergey Matyukevich
2017-08-03
1
-2
/
+58
*
qtnfmac: move current channel info from vif to mac
Sergey Matyukevich
2017-08-03
1
-13
/
+25
*
qtnfmac: implement reporting current channel
Sergey Matyukevich
2017-08-03
1
-2
/
+60
*
qtnfmac: implement cfg80211 dump_survey handler
Sergey Matyukevich
2017-08-03
1
-1
/
+68
*
qtnfmac: regulatory configuration for self-managed setup
Sergey Matyukevich
2017-08-03
1
-0
/
+9
*
qtnfmac: updates for regulatory support
Sergey Matyukevich
2017-08-03
1
-55
/
+26
*
qtnfmac: remove duplicated assignment to mac
Colin Ian King
2017-06-01
1
-1
/
+1
*
qtnfmac: introduce new FullMAC driver for Quantenna chipsets
Igor Mitsyanko
2017-05-24
1
-0
/
+995