index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-30
ath9k: use ah->get_mac_revision for all SoC devices if available
Felix Fietkau
1
-7
/
+4
2014-09-30
ath5k: add missing include for debug code
Felix Fietkau
1
-0
/
+1
2014-09-29
ath10k: fix fw stats processing
Michal Kazior
3
-95
/
+252
2014-09-29
ath10k: request fw_stats once on open
Michal Kazior
1
-31
/
+79
2014-09-29
ath10k: rename fw_stats related stuff
Michal Kazior
5
-26
/
+25
2014-09-29
ath10k: split wmi stats parsing
Michal Kazior
4
-141
/
+180
2014-09-29
ath: change logging functions to return void
Joe Perches
7
-56
/
+32
2014-09-26
ath9k: Fix offchannel queuing
Sujith Manoharan
1
-3
/
+3
2014-09-26
ath9k: Use normal queues for offchannel frames
Sujith Manoharan
1
-2
/
+1
2014-09-26
ath9k: Fix queue management
Sujith Manoharan
1
-7
/
+3
2014-09-26
wil6210: ethtool ops
Vladimir Kondratiev
6
-12
/
+138
2014-09-26
ath9k: Fix p2p address management
Sujith Manoharan
2
-0
/
+37
2014-09-26
ath9k: Cache BSS information
Sujith Manoharan
3
-7
/
+17
2014-09-26
Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
45
-333
/
+2432
2014-09-26
ath5k: Remove AHB bus support
Paul Bolle
6
-294
/
+3
2014-09-26
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
28
-440
/
+1017
2014-09-26
ath10k: add cal_data debugfs file
Kalle Valo
2
-0
/
+84
2014-09-26
ath10k: add diag_read() to hif ops
Kalle Valo
4
-29
/
+67
2014-09-26
ath10k: don't enable interrupts for the diagnostic window
Kalle Valo
1
-1
/
+4
2014-09-26
ath10k: add debug dump for pci rx
Michal Kazior
1
-0
/
+6
2014-09-26
ath10k: dump hex bytes with dev string prefix
Michal Kazior
1
-1
/
+16
2014-09-26
ath10k: print wmi version info
Michal Kazior
1
-2
/
+6
2014-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+3
2014-09-23
ath10k: re-work scan start command building
Michal Kazior
2
-171
/
+118
2014-09-23
ath10k: unify wmi event function names
Michal Kazior
1
-9
/
+9
2014-09-23
ath10k: clean up phyerr code
Michal Kazior
4
-149
/
+66
2014-09-23
ath10k: deduplicate wmi service ready logic
Michal Kazior
5
-125
/
+137
2014-09-23
ath10k: relocate wmi attach/deatch functions
Michal Kazior
1
-39
/
+38
2014-09-23
ath10k: deduplicate host mem chunk code
Michal Kazior
2
-99
/
+34
2014-09-23
ath10k: deduplicate wmi_channel code
Michal Kazior
2
-41
/
+37
2014-09-23
ath10k: remove unused pdev_set_channel command
Michal Kazior
2
-43
/
+0
2014-09-23
ath10k: fix tx/rx chainmask init
Michal Kazior
2
-9
/
+6
2014-09-23
ath10k: workaround fw beaconing bug
Michal Kazior
4
-43
/
+102
2014-09-22
ath9k: Fix NULL pointer dereference on early irq
Wojciech Dubowik
1
-1
/
+1
2014-09-18
ath10k: use ether_addr_copy()
Kalle Valo
4
-21
/
+21
2014-09-18
ath10k: reformat help text in ath10k_read_simulate_fw_crash()
Kalle Valo
1
-9
/
+5
2014-09-18
ath10k: miscellaneous checkpatch fixes
Kalle Valo
5
-11
/
+8
2014-09-18
ath10k: else is not generally useful after a break or return
Kalle Valo
4
-17
/
+18
2014-09-18
ath10k: don't use return on void functions
Kalle Valo
1
-1
/
+0
2014-09-18
ath10k: fix space after a cast style errors
Kalle Valo
1
-7
/
+7
2014-09-18
ath10k: fix missing a blank line after declarations
Kalle Valo
3
-9
/
+15
2014-09-18
ath10k: fix use of multiple blank lines
Kalle Valo
13
-29
/
+0
2014-09-18
ath10k: fix checkpatch warnings about parenthesis alignment
Kalle Valo
9
-51
/
+55
2014-09-18
ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()
Kalle Valo
1
-3
/
+4
2014-09-16
ath9k: enable ext channel pulse detection
Lorenzo Bianconi
1
-0
/
+1
2014-09-16
ath9k: Fix build error
Sujith Manoharan
1
-0
/
+2
2014-09-16
ath9k: initialize ath_node linked list
Lorenzo Bianconi
1
-0
/
+4
2014-09-16
ath9k: enable dynack using set_coverage_class codepath
Lorenzo Bianconi
1
-4
/
+29
2014-09-16
ath9k: add debugfs support for dynack
Lorenzo Bianconi
1
-0
/
+28
[prev]
[next]