Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
28f8881023c9713c303c0feda270929f9384c019
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
xmit.c
239c795
ath9k_hw: remove ath9k_hw_gettxintrtxqs
by Felix Fietkau
· 13 years ago
ce8fdf6
ath9k_hw: clean up tx completion interrupt handling
by Felix Fietkau
· 13 years ago
d47a61a
ath9k: Fix multi-VIF BSS handling
by Sujith Manoharan
· 13 years ago
3d4e20f
ath9k: Remove aggregation flags
by Sujith Manoharan
· 13 years ago
4e0ad25
ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx status
by Felix Fietkau
· 13 years ago
c0ac53f
ath9k: Calculate ampdu limit using a helper
by Sujith Manoharan
· 13 years ago
1032c73
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
1512a48
ath9k: fix tx queue sparse complaint
by Luis R. Rodriguez
· 13 years ago
57adc1f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
23de5dc
ath9k: fix tx locking issues
by Felix Fietkau
· 13 years ago
d2182b6
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
by Joe Perches
· 13 years ago
f943754
ath9k: avoid retransmitting aggregation frames that a BAR was sent for
by Felix Fietkau
· 13 years ago
3ad2952
ath9k: simplify tx locking
by Felix Fietkau
· 13 years ago
6ee8284
ath9k: remove bogus sequence number increment
by Felix Fietkau
· 13 years ago
b047701
ath9k: reduce indentation level in a few places
by Felix Fietkau
· 13 years ago
156369f
ath9k: reduce the number of unnecessary BAR tx packets
by Felix Fietkau
· 13 years ago
da64762
ath9k: change maximum software retransmission handling
by Felix Fietkau
· 13 years ago
c8e8868
ath9k: always issue a full hw reset after waking up from full-sleep mode
by Felix Fietkau
· 13 years ago
4eb287a
ath9k: improve ath_tx_aggr_stop to avoid TID stuck in cleanup state
by Nikolay Martynov
· 13 years ago
7dc181c
ath9k: Add btcoex profile management support for AR9462
by Rajkumar Manoharan
· 13 years ago
daa5c40
ath9k: fix retry counting / BAR handling during queue flush
by Felix Fietkau
· 13 years ago
26a6425
ath9k: improve PS filter clearing and retry counting for A-MPDU
by Felix Fietkau
· 13 years ago
030d629
ath9k: keep track of what's triggering hardware resets
by Felix Fietkau
· 13 years ago
34d2581
ath9k: indicate which queues are blocked when stopping tx fails
by Felix Fietkau
· 13 years ago
f49bbd2
ath9k: remove some bogus error handling code
by Dan Carpenter
· 13 years ago
042ec45
mac80211: let drivers inform it about per TID buffered frames
by Johannes Berg
· 13 years ago
185d158
ath9k: Remove unnecessary AMPDU check at tx status
by Rajkumar Manoharan
· 13 years ago
f11cc94
ath9k: sync the dma buffer after changing the retry flag
by Felix Fietkau
· 13 years ago
6e82bc4a
ath9k: fix setting the IEEE80211_TX_CTL_CLEAR_PS_FILT flag
by Felix Fietkau
· 13 years ago
42cecc3
Revert "ath9k: do not insert padding into tx buffers on AR9380+"
by John W. Linville
· 13 years ago
4245d31
ath9k: do not insert padding into tx buffers on AR9380+
by Felix Fietkau
· 13 years ago
3afd21e
ath9k: optimize ath_tx_rc_status usage
by Felix Fietkau
· 13 years ago
bdf2dbf
ath9k: remove a redundant check in ath_tx_form_aggr
by Felix Fietkau
· 13 years ago
493cf04
ath9k: use the new API for setting tx descriptors
by Felix Fietkau
· 13 years ago
38dad7b
ath9k: move ath_buf_set_rate to remove a forward declaration
by Felix Fietkau
· 13 years ago
399c648
ath9k: reduce the number of functions that access the tx descriptor
by Felix Fietkau
· 13 years ago
55797b1
ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags
by Felix Fietkau
· 13 years ago
236de51
ath9k: always call ath_reset from workqueue context
by Felix Fietkau
· 13 years ago
82b2d33
ath9k: eliminate common->{rx,tx}_chainmask
by Felix Fietkau
· 13 years ago
3459731
ath9k: fix checks for first subframe delimiter padding
by Felix Fietkau
· 13 years ago
44f1d26
ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggr
by Felix Fietkau
· 13 years ago
fa05f87
ath9k: move seqno allocation in the tx path to ath_tx_setup_buffer
by Felix Fietkau
· 13 years ago
6a0ddae
ath9k: move the sequence number from ath_frame_info to ath_buf
by Felix Fietkau
· 13 years ago
56dc633
ath9k: clean up the aggregation tid queue
by Felix Fietkau
· 13 years ago
059ee09
ath9k: fix regression in sending aggregated packets
by Felix Fietkau
· 13 years ago
1a6e9d0
ath9k: Send legacy rated frames as unaggregated
by Rajkumar Manoharan
· 13 years ago
d77bf3e
ath9k: Remove SC_OP_ENABLE_APM
by Rajkumar Manoharan
· 13 years ago
7a12dfd
ath9k_hw: Fix exceed transmission burst-time of 5GHz
by Rajkumar Manoharan
· 13 years ago
9af73cf
ath9k: avoid sending a-mpdu packets to sleeping stations
by Felix Fietkau
· 13 years ago
0f9dc29
ath9k: Remove virtual wiphy specific frame type
by Rajkumar Manoharan
· 13 years ago
41bf371
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 13 years ago
5479de6
ath9k: Fix sparse warnings
by Rajkumar Manoharan
· 13 years ago
6a7ebdf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
d859898
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 13 years ago
4f6760b
ath9k: Fix tx throughput drops for AR9003 chips with AES encryption
by Rajkumar Manoharan
· 14 years ago
df2cbe4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
f6b4e4d
ath9k: Fix locking issue during tx completion
by Rajkumar Manoharan
· 14 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
fce041b
ath9k: unify edma and non-edma tx code, improve tx fifo handling
by Felix Fietkau
· 14 years ago
31ec97d
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
5b68138
ath9k: Drag the driver to the year 2011
by Sujith Manoharan
· 14 years ago
e00cf3b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
f59a59f
ath9k: fix a regression in PS frame filter handling
by Felix Fietkau
· 14 years ago
cbe8c73
ath9k_hw: remove aggregation protection mode
by Mohammed Shafi Shajakhan
· 14 years ago
a70171d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
9eab61c
ath9k: cleanup hw pll work handler
by Senthil Balasubramanian
· 14 years ago
cfef604
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
93ae2dd
ath9k: assign keycache slots to unencrypted stations
by Felix Fietkau
· 14 years ago
5519541
ath9k: fix powersave frame filtering/buffering in AP mode
by Felix Fietkau
· 14 years ago
252f4bf
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
83860c5
ath9k_hw: remove pCap->tx_triglevel_max
by Felix Fietkau
· 14 years ago
a9cbe96
ath9k: remove the pending frames ath_txq_schedule workaround
by Felix Fietkau
· 14 years ago
61e1b0b
ath9k: Fix kernel panic in AR2427
by Mohammed Shafi Shajakhan
· 14 years ago
7d2c16b
ath9k: fix aggregation related interoperability issues
by Felix Fietkau
· 14 years ago
86271e4
ath9k: fix the .flush driver op implementation
by Felix Fietkau
· 14 years ago
0d51ccc
ath9k: fix stopping tx dma on reset
by Felix Fietkau
· 14 years ago
6908162
ath9k: Implement op_flush()
by Vasanthakumar Thiagarajan
· 14 years ago
b67afe7
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
9814f6b
ath9k: Remove redundant beacon_interval
by Steve Brown
· 14 years ago
9cf04dc
ath9k: Fix possible double free of PAPRD skb's
by Mohammed Shafi Shajakhan
· 14 years ago
3e11210d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
bdd62c0
ath9k: Fix a locking related issue.
by Vivek Natarajan
· 14 years ago
181fb18
ath9k: Fix a PLL hang issue observed with AR9485.
by Vivek Natarajan
· 14 years ago
5bec3e5
ath9k: fix tx queue index confusion in debugfs code
by Felix Fietkau
· 14 years ago
9ac58615
ath9k: fold struct ath_wiphy into struct ath_softc
by Felix Fietkau
· 14 years ago
0cdd5c6
ath9k: remove the bf->aphy field
by Felix Fietkau
· 14 years ago
7545daf
ath9k: remove support for virtual wiphys
by Felix Fietkau
· 14 years ago
9246041
ath9k: clean up the code that wakes the mac80211 queues
by Felix Fietkau
· 14 years ago
8d8d3fd
ath9k: fix misplaced debug code
by Felix Fietkau
· 14 years ago
436d0d9
ath9k: clean up enums and unused macros
by Mohammed Shafi Shajakhan
· 14 years ago
7755bad
ath9k: Try more than one queue when scheduling new aggregate.
by Ben Greear
· 14 years ago
60f2d1d
ath9k: Restart xmit logic in xmit watchdog.
by Ben Greear
· 14 years ago
bda8add
ath9k: Add counters to distinquish AMPDU enqueues.
by Ben Greear
· 14 years ago
082f653
ath9k: Ensure xmit makes progress.
by Ben Greear
· 14 years ago
2dac4fb
ath9k: Add more information to debugfs xmit file.
by Ben Greear
· 14 years ago
783cd01
ath9k: add missing ps wakeup/restore calls
by Felix Fietkau
· 14 years ago
f0b8220
ath9k: fix excessive BAR sending when a frame exceeds its retry limit
by Felix Fietkau
· 14 years ago
21f28e6
ath9k: try more than one tid when scheduling a new aggregate
by Felix Fietkau
· 14 years ago
Next »