index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
xmit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k_hw: remove ath9k_hw_gettxintrtxqs
Felix Fietkau
2012-03-15
1
-3
/
+2
*
ath9k_hw: clean up tx completion interrupt handling
Felix Fietkau
2012-03-15
1
-2
/
+1
*
ath9k: Fix multi-VIF BSS handling
Sujith Manoharan
2012-03-15
1
-1
/
+3
*
ath9k: Remove aggregation flags
Sujith Manoharan
2012-03-15
1
-12
/
+9
*
ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx status
Felix Fietkau
2012-03-05
1
-2
/
+5
*
ath9k: Calculate ampdu limit using a helper
Sujith Manoharan
2012-02-27
1
-10
/
+9
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-01-05
1
-0
/
+3
|
\
|
*
ath9k: fix tx queue sparse complaint
Luis R. Rodriguez
2012-01-04
1
-0
/
+3
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-01-03
1
-44
/
+74
|
\
\
|
|
/
|
*
ath9k: fix tx locking issues
Felix Fietkau
2011-12-19
1
-32
/
+64
|
*
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
Joe Perches
2011-12-19
1
-12
/
+10
*
|
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-19
1
-2
/
+2
|
/
*
ath9k: avoid retransmitting aggregation frames that a BAR was sent for
Felix Fietkau
2011-12-15
1
-3
/
+24
*
ath9k: simplify tx locking
Felix Fietkau
2011-12-15
1
-34
/
+5
*
ath9k: remove bogus sequence number increment
Felix Fietkau
2011-12-15
1
-4
/
+0
*
ath9k: reduce indentation level in a few places
Felix Fietkau
2011-12-15
1
-65
/
+60
*
ath9k: reduce the number of unnecessary BAR tx packets
Felix Fietkau
2011-12-15
1
-19
/
+31
*
ath9k: change maximum software retransmission handling
Felix Fietkau
2011-12-15
1
-3
/
+12
*
ath9k: always issue a full hw reset after waking up from full-sleep mode
Felix Fietkau
2011-12-07
1
-1
/
+1
*
ath9k: improve ath_tx_aggr_stop to avoid TID stuck in cleanup state
Nikolay Martynov
2011-11-28
1
-7
/
+6
*
ath9k: Add btcoex profile management support for AR9462
Rajkumar Manoharan
2011-11-08
1
-1
/
+4
*
ath9k: fix retry counting / BAR handling during queue flush
Felix Fietkau
2011-10-11
1
-1
/
+6
*
ath9k: improve PS filter clearing and retry counting for A-MPDU
Felix Fietkau
2011-10-11
1
-7
/
+6
*
ath9k: keep track of what's triggering hardware resets
Felix Fietkau
2011-10-11
1
-1
/
+4
*
ath9k: indicate which queues are blocked when stopping tx fails
Felix Fietkau
2011-10-11
1
-3
/
+5
*
ath9k: remove some bogus error handling code
Dan Carpenter
2011-10-11
1
-7
/
+0
*
mac80211: let drivers inform it about per TID buffered frames
Johannes Berg
2011-09-30
1
-7
/
+7
*
ath9k: Remove unnecessary AMPDU check at tx status
Rajkumar Manoharan
2011-09-30
1
-3
/
+2
*
ath9k: sync the dma buffer after changing the retry flag
Felix Fietkau
2011-09-19
1
-0
/
+3
*
ath9k: fix setting the IEEE80211_TX_CTL_CLEAR_PS_FILT flag
Felix Fietkau
2011-09-19
1
-0
/
+1
*
Revert "ath9k: do not insert padding into tx buffers on AR9380+"
John W. Linville
2011-09-19
1
-37
/
+19
*
ath9k: do not insert padding into tx buffers on AR9380+
Felix Fietkau
2011-09-16
1
-19
/
+37
*
ath9k: optimize ath_tx_rc_status usage
Felix Fietkau
2011-09-16
1
-16
/
+13
*
ath9k: remove a redundant check in ath_tx_form_aggr
Felix Fietkau
2011-09-16
1
-2
/
+1
*
ath9k: use the new API for setting tx descriptors
Felix Fietkau
2011-09-16
1
-130
/
+99
*
ath9k: move ath_buf_set_rate to remove a forward declaration
Felix Fietkau
2011-09-16
1
-142
/
+141
*
ath9k: reduce the number of functions that access the tx descriptor
Felix Fietkau
2011-09-16
1
-35
/
+56
*
ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags
Felix Fietkau
2011-09-16
1
-19
/
+4
*
ath9k: always call ath_reset from workqueue context
Felix Fietkau
2011-09-14
1
-5
/
+9
*
ath9k: eliminate common->{rx,tx}_chainmask
Felix Fietkau
2011-09-14
1
-4
/
+4
*
ath9k: fix checks for first subframe delimiter padding
Felix Fietkau
2011-09-13
1
-1
/
+2
*
ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggr
Felix Fietkau
2011-08-30
1
-39
/
+66
*
ath9k: move seqno allocation in the tx path to ath_tx_setup_buffer
Felix Fietkau
2011-08-30
1
-19
/
+23
*
ath9k: move the sequence number from ath_frame_info to ath_buf
Felix Fietkau
2011-08-30
1
-32
/
+23
*
ath9k: clean up the aggregation tid queue
Felix Fietkau
2011-08-30
1
-35
/
+42
*
ath9k: fix regression in sending aggregated packets
Felix Fietkau
2011-08-29
1
-1
/
+4
*
ath9k: Send legacy rated frames as unaggregated
Rajkumar Manoharan
2011-08-26
1
-1
/
+21
*
ath9k: Remove SC_OP_ENABLE_APM
Rajkumar Manoharan
2011-08-24
1
-3
/
+3
*
ath9k_hw: Fix exceed transmission burst-time of 5GHz
Rajkumar Manoharan
2011-08-24
1
-3
/
+13
*
ath9k: avoid sending a-mpdu packets to sleeping stations
Felix Fietkau
2011-08-12
1
-2
/
+4
[next]