index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
wil6210
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wil6210: atomic I/O for the card memory
Vladimir Kondratiev
2014-10-02
4
-0
/
+188
*
wil6210: manual FW error recovery mode
Vladimir Kondratiev
2014-10-02
5
-9
/
+121
*
wil6210: ethtool ops
Vladimir Kondratiev
2014-09-26
6
-12
/
+138
*
fixup! wil6210: fix usage of print_hex_dump_debug
Vladimir Kondratiev
2014-09-15
1
-6
/
+13
*
wil6210: fix PTR_ERR() usage after initialization to constant
Vladimir Kondratiev
2014-09-11
1
-1
/
+3
*
wil6210: fix for oops while stopping interface
Vladimir Kondratiev
2014-09-11
5
-25
/
+55
*
wil6210: rename [en|dis]able irq to [un]mask
Vladimir Kondratiev
2014-09-11
3
-7
/
+7
*
wil6210: fix typo in comment
Vladimir Kondratiev
2014-09-11
1
-1
/
+2
*
wil6210: specify max. IE length
Vladimir Kondratiev
2014-09-11
1
-0
/
+15
*
wil6210: introduce separate completion for WMI
Dedy Lansky
2014-09-11
3
-4
/
+7
*
wil6210: enlarge TX/RX buffer length
Vladimir Kondratiev
2014-09-11
3
-5
/
+9
*
wil6210: add change_beacon() driver callback
Vladimir Kondratiev
2014-09-11
1
-0
/
+40
*
wil6210: send connect request IEs to FW also for non-secure connection
Vladimir Kondratiev
2014-09-11
2
-11
/
+13
*
wil6210: fix race condition between BACK event and Rx data
Dedy Lansky
2014-09-11
5
-13
/
+32
*
wil6210: modify confusing printout
Dedy Lansky
2014-09-11
1
-1
/
+1
*
wil6210: fix race condition of disconnect while BACK event
Dedy Lansky
2014-09-11
1
-2
/
+7
*
wil6210: fix usage of print_hex_dump_debug
Vladimir Kondratiev
2014-09-11
1
-0
/
+7
*
wil6210: fix for memory corruption upon rmmod
Dedy Lansky
2014-09-11
2
-2
/
+26
*
wil6210: fix for memory corruption while insmod
Dedy Lansky
2014-09-11
1
-6
/
+1
*
wil6210: add more debug printouts
Vladimir Kondratiev
2014-09-11
6
-2
/
+49
*
wil6210: platform specific module
Vladimir Kondratiev
2014-09-11
9
-0
/
+397
*
wil6210: coding style fixes
Vladimir Kondratiev
2014-09-11
9
-62
/
+72
*
wil6210: some more debug for the WMI mechanism
Vladimir Kondratiev
2014-09-11
1
-0
/
+5
*
wil6210: print more information when connecting
Vladimir Kondratiev
2014-09-11
1
-0
/
+18
*
wil6210: debug prints for vring de-allocation
Vladimir Kondratiev
2014-09-11
1
-0
/
+12
*
wil6210: firmware download
Vladimir Kondratiev
2014-09-11
7
-32
/
+764
*
Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...
John W. Linville
2014-09-04
1
-2
/
+2
|
\
|
*
cfg80211: allow passing frame type to cfg80211_inform_bss()
Johannes Berg
2014-08-26
1
-1
/
+1
|
*
cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()
Vladimir Kondratiev
2014-08-26
1
-1
/
+1
*
|
wil6210: fix access after free in wil_pcie_remove()
Vladimir Kondratiev
2014-08-25
1
-1
/
+2
*
|
wil6210: cfg80211_rx_mgmt to use GFP_ATOMIC
Vladimir Kondratiev
2014-08-25
1
-1
/
+1
*
|
wil6210: fix free'd memory access in wil_if_free()
Vladimir Kondratiev
2014-08-25
1
-1
/
+5
*
|
wil6210: Limit max number of associated stations
Dedy Lansky
2014-08-25
1
-1
/
+14
*
|
wil6210: fix false "scan timeout"
Vladimir Kondratiev
2014-08-25
1
-1
/
+3
*
|
wil6210: fix beamforming data reporting
Vladimir Kondratiev
2014-08-25
5
-49
/
+72
*
|
wil6210: convert debugfs to the table mode
Vladimir Kondratiev
2014-08-25
1
-74
/
+180
*
|
wil6210: Workaround for Sparrow with bad device id
Vladimir Kondratiev
2014-08-25
1
-0
/
+2
*
|
wil6210: wait longer for hardware reset completion
Vladimir Kondratiev
2014-08-25
1
-4
/
+7
*
|
wil6210: check error in wil_target_reset()
Vladimir Kondratiev
2014-08-25
1
-5
/
+7
*
|
wil6210: update copyright year 2014
Vladimir Kondratiev
2014-08-25
12
-11
/
+27
*
|
wil6210: fix race in reset
Vladimir Kondratiev
2014-08-25
1
-1
/
+4
*
|
wil6210: map MAC timer for packet lifetime into debugfs
Vladimir Kondratiev
2014-08-25
2
-0
/
+6
|
/
*
Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-07-29
6
-59
/
+116
|
\
|
*
wil6210: add new register region for AGC table
Vladimir Kondratiev
2014-07-18
2
-1
/
+2
|
*
wil6210: map RGF_USER_USAGE_1 on the debugfs
Vladimir Kondratiev
2014-07-18
2
-0
/
+4
|
*
wil6210: use same mapping table for FW addr translation and debugfs
Vladimir Kondratiev
2014-07-18
3
-45
/
+39
|
*
wil6210: fix memory leak on error path in wil_write_file_rxon()
Vladimir Kondratiev
2014-07-18
1
-1
/
+3
|
*
wil6210: fix double definition of 'ctx'
Vladimir Kondratiev
2014-07-18
1
-2
/
+4
|
*
wil6210: export FW/HW versions through debugfs
Vladimir Kondratiev
2014-07-18
1
-0
/
+2
|
*
wil6210: support for "sparrow" hardware
Vladimir Kondratiev
2014-07-18
3
-11
/
+63
[next]