index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wil6210
/
wil6210.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wil6210: move WMI functionality out of wil_cfg80211_mgmt_tx
Dedy Lansky
2018-05-12
1
-0
/
+1
*
wil6210: change reply_size arg to u16 in wmi_call
Lior David
2018-05-12
1
-1
/
+1
*
wil6210: multiple VIFs support for connections and data path
Lior David
2018-02-27
1
-8
/
+17
*
wil6210: rename p2p_wdev_mutex to vif_mutex
Lior David
2018-02-27
1
-1
/
+1
*
wil6210: multiple VIFs support for start/stop AP
Lior David
2018-02-27
1
-4
/
+5
*
wil6210: add support for adding and removing virtual interfaces
Lior David
2018-02-27
1
-3
/
+18
*
wil6210: infrastructure for multiple virtual interfaces
Lior David
2018-02-27
1
-63
/
+87
*
wil6210: support concurrency record in FW file
Lior David
2018-02-27
1
-0
/
+4
*
wil6210: add wil6210_vif structure for per-VIF data
Lior David
2018-02-27
1
-4
/
+18
*
wil6210: support parsing brd file address from fw file
Maya Erez
2018-01-25
1
-0
/
+3
*
wil6210: enlarge FW mac_rgf_ext section for Sparrow D0
Lior David
2018-01-25
1
-0
/
+1
*
wil6210: fix random failure to bring network interface up
Lior David
2018-01-25
1
-0
/
+3
*
wil6210: configure OTP HW vectors in SW reset flow
Maya Erez
2018-01-25
1
-0
/
+11
*
wil6210: support flashless device
Dedy Lansky
2018-01-25
1
-2
/
+11
*
wil6210: add support for Talyn AHB address map
Maya Erez
2018-01-25
1
-4
/
+17
*
wil6210: recognize Talyn JTAG ID
Maya Erez
2018-01-25
1
-0
/
+3
*
wil6210: remove reference to preset_chandef
Lior David
2018-01-09
1
-0
/
+1
*
wil6210: remove leftover "FIXME"s
Dedy Lansky
2018-01-09
1
-1
/
+1
*
wil6210: prevent parallel suspend and dump collection
Maya Erez
2018-01-09
1
-0
/
+1
*
wil6210: add platform capabilities bitmap
Maya Erez
2018-01-09
1
-0
/
+5
*
wil6210: support 40bit DMA addresses
Lazar Alexei
2018-01-09
1
-1
/
+1
*
wil6210: support Scheduled scan
Dedy Lansky
2018-01-09
1
-0
/
+4
*
wil6210: fix build warnings without CONFIG_PM
Arnd Bergmann
2017-12-27
1
-2
/
+0
*
wil6210: update statistics for suspend
Lazar Alexei
2017-12-02
1
-3
/
+8
*
wil6210: remove suspend time statistics
Lazar Alexei
2017-12-02
1
-5
/
+0
*
wil6210: fix PCIe bus mastering in case of interface down
Lazar Alexei
2017-12-02
1
-2
/
+2
*
wil6210: add block size checks during FW load
Lior David
2017-12-02
1
-0
/
+1
*
wil6210: refresh FW capabilities during interface up
Lior David
2017-12-02
1
-0
/
+1
*
wil6210: run-time PM when interface down
Lazar Alexei
2017-12-02
1
-2
/
+16
*
ath: Convert timers to use timer_setup()
Kees Cook
2017-10-27
1
-1
/
+1
*
wil6210: clear PAL_UNIT_ICR part of device reset
Dedy Lansky
2017-08-31
1
-0
/
+1
*
wil6210: make debugfs compilation optional
Gidon Studinski
2017-08-31
1
-0
/
+6
*
wil6210: move vring_idle_trsh definition to wil6210_priv
Gidon Studinski
2017-08-08
1
-1
/
+1
*
wil6210: store FW RF calibration result
Dedy Lansky
2017-08-08
1
-0
/
+6
*
wil6210: add statistics for suspend time
Maya Erez
2017-08-08
1
-0
/
+5
*
wil6210: remove ioctl interface
Maya Erez
2017-06-21
1
-1
/
+0
*
wil6210: add support for PCIe D3hot in system suspend
Maya Erez
2017-06-21
1
-0
/
+26
*
wil6210: support devices with different PCIe bar size
Maya Erez
2017-05-23
1
-1
/
+3
*
wil6210: add option to load FTM FW
Hamad Kadmany
2017-05-23
1
-2
/
+7
*
wil6210: prevent access to 11AD device if resume fails
Maya Erez
2017-04-13
1
-0
/
+1
*
wil6210: remove HALP voting in debugfs ioblob
Maya Erez
2017-04-13
1
-6
/
+0
*
wil6210: support 8KB RX buffers
Lior David
2017-04-13
1
-0
/
+2
*
wil6210: restore power save state after internal FW reset
Lazar Alexei
2017-04-13
1
-0
/
+4
*
wil6210: add oob_mode for AP certification
Lior David
2017-03-09
1
-0
/
+1
*
wil6210: correctly report locally generated disconnect in STA mode
Dedy Lansky
2017-03-09
1
-0
/
+1
*
wil6210: store bss object and use cfg80211_connect_bss()
Dedy Lansky
2017-03-09
1
-0
/
+1
*
wil6210: use print_hex_dump_debug instead of print_hex_dump_bytes
Dedy Lansky
2017-03-09
1
-0
/
+12
*
wil6210: bus_request platform operation refinement
Lior David
2017-03-09
1
-2
/
+3
*
wil6210: set dma mask to reflect device capability
Hamad Kadmany
2017-03-09
1
-0
/
+1
*
wil6210: option to override A-BFT length in start AP/PCP
Lior David
2017-01-27
1
-0
/
+1
[prev]
[next]