index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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
2009-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
6
-44
/
+49
2009-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
5
-17
/
+22
2009-12-28
mac80211: remove struct ieee80211_if_init_conf
Johannes Berg
3
-27
/
+27
2009-12-28
ath9k: fix missed error codes in the tx status check
Felix Fietkau
2
-1
/
+4
2009-12-28
ath9k: wake hardware during AMPDU TX actions
Luis R. Rodriguez
1
-0
/
+6
2009-12-28
ath9k: wake hardware for interface IBSS/AP/Mesh removal
Luis R. Rodriguez
1
-0
/
+2
2009-12-28
ath9k: fix suspend by waking device prior to stop
Sujith
1
-0
/
+6
2009-12-28
ath9k: Storage class should be before const qualifier
Tobias Klauser
1
-1
/
+1
2009-12-28
wireless: remove remaining qual code
Johannes Berg
1
-11
/
+0
2009-12-28
ath5k: fix SWI calibration interrupt storm
Bob Copeland
1
-4
/
+3
2009-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
5
-27
/
+28
2009-12-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
11
-123
/
+99
2009-12-22
ath9k: Fix TX poll routine
Sujith
1
-0
/
+2
2009-12-22
ath9k: Remove ANI lock
Sujith
2
-16
/
+4
2009-12-22
ath9k: Clarify Interrupt mitigation
Sujith
2
-6
/
+6
2009-12-22
ar9170usb: add Sphairon Homelink 1202 USB ID
Stefan Seyfried
1
-0
/
+2
2009-12-22
ath9k: add MCS rate index back to debufs rcstat
Luis R. Rodriguez
2
-6
/
+36
2009-12-21
ar9170: fix AC_VIDEO txop parameter
Christian Lamparter
1
-1
/
+1
2009-12-21
ar9170: small misc changes
Christian Lamparter
2
-5
/
+8
2009-12-21
ar9170: remove redundant frame flags
Christian Lamparter
2
-38
/
+22
2009-12-21
ar9170: improve network latency
Christian Lamparter
2
-18
/
+18
2009-12-21
ar9170: remove dead definitions
Christian Lamparter
2
-3
/
+0
2009-12-21
ath9k_hw: remove unused ath9k_hw_devname() and ath9k_hw_probe()
Luis R. Rodriguez
1
-30
/
+0
2009-12-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
3
-24
/
+24
2009-12-21
ath9k: Stop ANI when doing a reset
Sujith
1
-0
/
+6
2009-12-21
ath9k: Fix TX queue draining
Sujith
2
-3
/
+3
2009-12-21
ath9k: Fix bug in assigning sequence number
Sujith
1
-10
/
+3
2009-12-21
ath9k: Last fix for TX software padding.
Benoit Papillault
1
-11
/
+12
2009-12-11
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
4
-7
/
+7
2009-12-10
ath5k: enable EEPROM checksum check
Luis R. Rodriguez
1
-2
/
+1
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
4
-7
/
+7
2009-12-07
ath5k: add support for Dell Vostro A860 LED
Shahar Or
1
-0
/
+2
2009-12-07
ath9k: fix tx status reporting
Felix Fietkau
1
-1
/
+1
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
4
-7
/
+7
2009-12-04
tree-wide: fix misspelling of "definition" in comments
Adam Buchbinder
1
-1
/
+1
2009-12-04
ath9k: enable 2GHz band only if the device supports it
Gabor Juhos
3
-14
/
+31
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2
-4
/
+4
2009-12-04
tree-wide: fix typos "offest" -> "offset"
Uwe Kleine-König
1
-1
/
+1
2009-12-04
tree-wide: fix some typos and punctuation in comments
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2009-11-28
ath9k: separate debugfs support from CONFIG_ATH_DEBUG
Felix Fietkau
5
-14
/
+15
2009-11-28
ath9k: Ensure a fair beacon distribution in IBSS mode.
Vivek Natarajan
3
-5
/
+14
2009-11-28
ath9k: Fix maximum tx fifo settings for single stream devices
Luis R. Rodriguez
5
-8
/
+53
2009-11-28
ath9k: Proper padding/unpadding for the TX/RX path.
Benoit Papillault
4
-18
/
+31
2009-11-28
ath9k: fix processing of TX PS null data frames
Luis R. Rodriguez
7
-5
/
+69
2009-11-28
ath9k: clean up rc rate table
Felix Fietkau
2
-219
/
+109
2009-11-28
ath9k: properly use the mac80211 rate control api
Felix Fietkau
11
-294
/
+291
2009-11-25
ath9k: remove warnings related to signed/unsigned type mismatch
John W. Linville
2
-3
/
+1
2009-11-23
ath9k: set ps_default as false
John W. Linville
1
-0
/
+2
2009-11-23
ath5k: Fix I/Q calibration
Lukáš Turek
1
-2
/
+2
2009-11-23
ath9k: This patch fix RX unpadding for any received frame.
Benoit PAPILLAULT
1
-5
/
+14
[next]