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
/
ath9k
/
xmit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: fix an issue in ath_atx_tid paused flag management
Lorenzo Bianconi
2010-08-04
1
-26
/
+8
*
ath9k_hw: clean up per-channel calibration data
Felix Fietkau
2010-08-04
1
-1
/
+1
*
ath9k: fix yet another buffer leak in the tx aggregation code
Felix Fietkau
2010-07-26
1
-8
/
+8
*
ath9k: Fix inconsistency between txq->stopped and the actual queue state
Vasanthakumar Thiagarajan
2010-07-26
1
-2
/
+2
*
ath9k: another fix for the A-MPDU buffer leak
Felix Fietkau
2010-07-14
1
-4
/
+15
*
ath9k: validate the TID in the tx status information
Felix Fietkau
2010-07-12
1
-0
/
+8
*
ath9k: fix a buffer leak in A-MPDU completion
Felix Fietkau
2010-07-07
1
-0
/
+5
*
ath9k: fix a potential buffer leak in the STA teardown path
Felix Fietkau
2010-07-07
1
-26
/
+26
*
ath9k: fix retry count for A-MPDU rate control status reports
Felix Fietkau
2010-06-28
1
-3
/
+8
*
ath9k: Remove unused paprd_txok
Vasanthakumar Thiagarajan
2010-06-24
1
-4
/
+2
*
ath9k: Fix bug in paprd
Vasanthakumar Thiagarajan
2010-06-24
1
-2
/
+10
*
ath9k: implement PA predistortion support
Felix Fietkau
2010-06-14
1
-3
/
+13
*
ath9k: fix queue stopping threshold
Felix Fietkau
2010-06-14
1
-24
/
+29
*
ath9k: remove duplicate WMM AC definitions
Felix Fietkau
2010-06-14
1
-45
/
+1
*
ath9k: fix mac80211 queue lookup for waking up queues
Felix Fietkau
2010-06-14
1
-1
/
+2
*
ath9k: fix queue stop/start based on the number of pending frames
Felix Fietkau
2010-06-03
1
-31
/
+18
*
ath9k: Make sure null func frame is acked before going into PS for ar9003
Vasanthakumar Thiagarajan
2010-06-02
1
-0
/
+11
*
ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is used
Vasanthakumar Thiagarajan
2010-05-28
1
-1
/
+3
*
ath9k: Fix ath_print in xmit for hardware reset.
Justin P. Mattock
2010-05-28
1
-1
/
+1
*
ath9k: wake queue after processing edma rx frames
Felix Fietkau
2010-04-27
1
-0
/
+2
*
ath9k: add support for Tx and Rx STBC
Felix Fietkau
2010-04-20
1
-0
/
+2
*
ath9k: reduce the bits_per_symbol table size, support more streams
Felix Fietkau
2010-04-20
1
-13
/
+6
*
ath9k: update the ath_max_4ms_framelen table
Felix Fietkau
2010-04-20
1
-14
/
+27
*
ath9k: update the MCS mask for MCS16 and above
Felix Fietkau
2010-04-20
1
-1
/
+1
*
ath9k: clean up tx buffer handling
Felix Fietkau
2010-04-20
1
-35
/
+32
*
ath9k: Enable TXOK and TXERR interrupts for TX EDMA
Vasanthakumar Thiagarajan
2010-04-16
1
-5
/
+10
*
ath9k: add LDPC support
Luis R. Rodriguez
2010-04-16
1
-4
/
+10
*
ath9k: Add Tx EDMA support
Vasanthakumar Thiagarajan
2010-04-16
1
-58
/
+206
*
ath9k: Initialize and configure tx status for EDMA
Vasanthakumar Thiagarajan
2010-04-16
1
-1
/
+45
*
ath9k: Setup appropriate tx desc for regular dma and edma
Vasanthakumar Thiagarajan
2010-04-16
1
-2
/
+2
*
ath9k_hw: move AR9002 mac ops to its own file
Luis R. Rodriguez
2010-04-16
1
-0
/
+1
*
ath9k_hw: Define abstraction for tx desc access
Vasanthakumar Thiagarajan
2010-04-16
1
-1
/
+2
*
ath9k: Remove ATH9K_TX_SW_ABORTED and introduce a bool for this purpose
Vasanthakumar Thiagarajan
2010-04-16
1
-5
/
+4
*
ath9k: Use memcpy in ath_clone_txbuf()
Vasanthakumar Thiagarajan
2010-04-16
1
-1
/
+1
*
ath9k: Use abstraction to get link pointer
Vasanthakumar Thiagarajan
2010-04-16
1
-1
/
+1
*
ath9k_hw: Add abstraction to set/get link pointer
Vasanthakumar Thiagarajan
2010-04-16
1
-3
/
+4
*
ath9k_hw: Move code which populates ds_data to ath9k_hw
Vasanthakumar Thiagarajan
2010-04-16
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-04-08
1
-20
/
+1
|
\
|
*
ath9k: fix BUG_ON triggered by PAE frames
Felix Fietkau
2010-03-16
1
-20
/
+1
*
|
ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusion
Pavel Roskin
2010-04-06
1
-3
/
+3
*
|
ath9k: allocate tx and rx status information on stack
Felix Fietkau
2010-03-31
1
-10
/
+10
*
|
ath9k: split out access to tx status information
Felix Fietkau
2010-03-31
1
-51
/
+56
*
|
ath9k: fix rate control tx status handling for A-MPDU
Felix Fietkau
2010-03-10
1
-2
/
+2
|
/
*
ath9k: fix lockdep warning when unloading module
Ming Lei
2010-03-02
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-02-15
1
-2
/
+2
|
\
|
*
ath9k: Fix sequence numbers for PAE frames
Sujith
2010-02-09
1
-2
/
+2
*
|
ath9k: Enable TIM timer interrupt only when needed.
Senthil Balasubramanian
2010-02-08
1
-4
/
+3
*
|
ath: make gcc check format arguments of ath_print(), fix all misuses
Pavel Roskin
2010-02-01
1
-1
/
+1
*
|
ath9k: fix RTS/CTS handling
Felix Fietkau
2010-01-19
1
-21
/
+16
*
|
ath9k: Cleanup Powersave flags
Sujith
2010-01-12
1
-9
/
+9
|
/
[next]