index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
xmit.c
Age
Commit message (
Expand
)
Author
2011-01-21
ath9k: add missing ps wakeup/restore calls
Felix Fietkau
2011-01-19
ath9k: fix excessive BAR sending when a frame exceeds its retry limit
Felix Fietkau
2011-01-19
ath9k: try more than one tid when scheduling a new aggregate
Felix Fietkau
2011-01-19
ath9k: reinitialize block ack window data when starting aggregation
Felix Fietkau
2011-01-19
ath9k: fix initial sequence number after starting an ampdu session
Felix Fietkau
2011-01-19
ath9k: fix bogus sequence number increases on aggregation tid flush
Felix Fietkau
2010-12-20
ath9k: fix queue depth check for forming new aggregates
Felix Fietkau
2010-12-13
ath9k: fix sequence number assigment for non-AMPDU QoS data frames
Felix Fietkau
2010-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-12-08
ath9k: Check for NULL sta in ath_tx_start
Ben Greear
2010-12-07
ath: Convert ath_print to ath_dbg
Joe Perches
2010-12-07
ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err
Joe Perches
2010-12-07
ath9k: fix a DMA related race condition on reset
Felix Fietkau
2010-11-30
ath9k: Add support for Adaptive Power Management
Mohammed Shafi Shajakhan
2010-11-29
ath9k: fix software retry counter tracking
Felix Fietkau
2010-11-22
ath9k: fix recursive locking in the tx flush path
Felix Fietkau
2010-11-17
ath9k: store frame information used by aggregation inside the skb tx info
Felix Fietkau
2010-11-17
ath9k: more tx setup cleanups
Felix Fietkau
2010-11-17
ath9k: clean up code duplication around ath_tx_start
Felix Fietkau
2010-11-17
ath9k: remove bf_tx_aborted from struct ath_buf
Felix Fietkau
2010-11-17
ath9k: remove bfs_frmlen from struct ath_buf_state
Felix Fietkau
2010-11-17
ath9k: remove bfs_nframes from struct ath_buf_state
Felix Fietkau
2010-11-17
ath9k: remove bfs_al from struct ath_buf_state
Felix Fietkau
2010-11-17
ath9k: remove bfs_keyix from struct ath_buf_state
Felix Fietkau
2010-11-17
ath9k: remove bfs_paprd_timestamp from struct ath_buf_state
Felix Fietkau
2010-11-17
ath9k: remove bfs_keytype from struct ath_buf_state
Felix Fietkau
2010-11-17
ath9k: remove bfs_tidno from struct ath_buf_state
Felix Fietkau
2010-11-17
ath9k: remove bfs_seqno from struct ath_buf_state
Felix Fietkau
2010-11-17
ath9k: fix PA predistortion training frame setup
Felix Fietkau
2010-11-16
ath9k: clean up tx buffer setup
Felix Fietkau
2010-11-16
ath9k: remove the tx info padding byte abuse
Felix Fietkau
2010-11-16
ath9k: handle tx underrun in the driver instead of rate control
Felix Fietkau
2010-11-16
ath9k: remove the unnecessary private xretry tx flag
Felix Fietkau
2010-11-15
ath9k: rework tx queue selection and fix queue stopping/waking
Felix Fietkau
2010-11-15
ath9k: content DMA start / stop through the PCU lock
Luis R. Rodriguez
2010-11-15
ath9k: move the PCU lock to the sc structure
Luis R. Rodriguez
2010-11-15
ath9k: simplify hw reset locking
Luis R. Rodriguez
2010-10-27
ath9k: fix tx aggregation flush on AR9003
Felix Fietkau
2010-10-25
ath9k: resume aggregation immediately after a hardware reset
Felix Fietkau
2010-10-25
ath9k: fix handling of rate control probe frames
Felix Fietkau
2010-10-15
ath9k: Null out references to stale pointers.
Ben Greear
2010-10-15
ath9k: Remove bf_dmacontext.
Ben Greear
2010-10-13
ath9k: Fix potential use-after-free.
Ben Greear
2010-10-11
ath9k: A-MPDU rate control info fix
Björn Smedman
2010-10-06
ath9k: remove unnecessary power save flags.
Senthil Balasubramanian
2010-09-27
mac80211/ath9k: Support AMPDU with multiple VIFs.
Ben Greear
2010-09-21
ath9k: move ath_tx_aggr_check() to the rate control module
Felix Fietkau
2010-09-21
ath9k: clean up / fix aggregation session flush
Felix Fietkau
2010-09-21
ath9k: fix an aggregation start related race condition
Felix Fietkau
2010-09-21
ath9k: clean up block ack window handling
Felix Fietkau
[prev]
[next]