Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
5b479a076de091590423a9e6dfc2584126b28761
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
xmit.c
5b479a0
ath9k: fix missed error codes in the tx status check
by Felix Fietkau
· 15 years ago
e8009e9
ath9k: Fix TX queue draining
by Sujith
· 15 years ago
17b182e
ath9k: Fix bug in assigning sequence number
by Sujith
· 15 years ago
4d91f9f
ath9k: Last fix for TX software padding.
by Benoit Papillault
· 15 years ago
815833e
ath9k: fix tx status reporting
by Felix Fietkau
· 15 years ago
1bc1488
ath9k: Proper padding/unpadding for the TX/RX path.
by Benoit Papillault
· 15 years ago
e7824a5
ath9k: fix processing of TX PS null data frames
by Luis R. Rodriguez
· 15 years ago
545750d
ath9k: properly use the mac80211 rate control api
by Felix Fietkau
· 15 years ago
7c82a18
ath9k: Remove a few unused variables
by Sujith
· 15 years ago
827e69b
ath9k: get rid of tx_info_priv
by Felix Fietkau
· 15 years ago
f52de03
ath9k: handle low buffer space for virtual wiphys
by Luis R. Rodriguez
· 15 years ago
5008f37
ath9k: use the right hw on ath_tx_setup_buffer() for HT
by Luis R. Rodriguez
· 15 years ago
76d5a9e
ath9k: use correct hw for tx aggregation TX completion
by Luis R. Rodriguez
· 15 years ago
5ed176e
mac80211: make ieee80211_find_sta per virtual interface
by Johannes Berg
· 15 years ago
332c556
ath9k: Fix TX hang poll routine
by Sujith
· 15 years ago
9680e8a
ath9k: remove driver ASSERT, just use BUG_ON()
by Luis R. Rodriguez
· 15 years ago
43c2761
atheros: move tx/rx chainmask to ath_common
by Luis R. Rodriguez
· 15 years ago
c46917b
atheros: add common debug printing
by Luis R. Rodriguez
· 15 years ago
4d6b228
ath9k: use ath_hw for DPRINTF() and debug init/exit
by Luis R. Rodriguez
· 15 years ago
1773912
ath9k: Add Bluetooth Coexistence 3-wire support
by Vasanthakumar Thiagarajan
· 15 years ago
42935ec
mac80211: redefine usage of the mac80211 workqueue
by Luis R. Rodriguez
· 15 years ago
fec247c
ath9k: Add debug counters for TX
by Sujith
· 15 years ago
4ef7084
ath9k: Remove a few redundant variables/macros
by Sujith
· 15 years ago
f83da96
ath9k: Cleanup return values
by Sujith
· 15 years ago
305fe47
ath9k: Fix a sparse warning
by Sujith
· 15 years ago
c41d92d
ath9k: Handle tx desc shortage more appropriately
by Vasanthakumar Thiagarajan
· 15 years ago
8e7f98b
ath9k: Remove bogus assert in ath_clone_txbuf()
by Vasanthakumar Thiagarajan
· 15 years ago
164ace3
ath9k: Fix TX hang issue with Atheros chipsets
by Senthil Balasubramanian
· 15 years ago
8a46097
ath9k: downgrade ASSERT() in ath_clone_txbuf()
by Vasanthakumar Thiagarajan
· 15 years ago
c3d8f02
ath9k: Remove unnecessary count for addba attempt
by Vasanthakumar Thiagarajan
· 15 years ago
089e698
ath9k: Nuke unneccesary helper function to see if aggr is active
by Vasanthakumar Thiagarajan
· 15 years ago
cbfe89c
ath9k: Fix leak in tx descriptor
by Vasanthakumar Thiagarajan
· 15 years ago
5eae659
ath9k: Fix tx stuck when connected to aggr disabled HT AP
by Vasanthakumar Thiagarajan
· 15 years ago
9a23f9c
ath9k: Wake up for TX in mac80211 timeout=0 sleep mode
by Jouni Malinen
· 16 years ago
6b45784
ath9k: Print hw reset failure status as signed int
by Vasanthakumar Thiagarajan
· 16 years ago
4f0fc7c
ath9k: make private driver rate tables const
by Luis R. Rodriguez
· 16 years ago
57c4d7b
mac80211: clean up beacon interval settings
by Johannes Berg
· 16 years ago
675902e
ath9k: Fix memleak on TX DMA failure
by Sujith
· 16 years ago
203c480
atheros: put atheros wireless drivers into ath/
by Luis R. Rodriguez
· 16 years ago
[Renamed from drivers/net/wireless/ath9k/xmit.c]
797fe5c
ath9k: Remove the useless do..while loops
by Sujith
· 16 years ago
a119cc4
ath9k: Cleanup buffer status handling
by Sujith
· 16 years ago
a22be22
ath9k: Avoid unneeded casts
by Sujith
· 16 years ago
6b2c403
ath9k: Nuke struct ath_xmit_status
by Vasanthakumar Thiagarajan
· 16 years ago
8a92e2e
ath9k: Fix bug in reporting status of tx rate
by Vasanthakumar Thiagarajan
· 16 years ago
0934af2
ath9k: Fix rate control update for aggregated frames
by Vasanthakumar Thiagarajan
· 16 years ago
cee075a
ath9k: Update copyright in all the files
by Sujith
· 16 years ago
95e4acb
ath9k: Fill in ack signal in TX status
by Sujith
· 16 years ago
c117fa0
ath9k: downgrade xmit queue full message to xmit debug
by Luis R. Rodriguez
· 16 years ago
c37452b
ath9k: Fix bug in TX aggregation
by Sujith
· 16 years ago
f0ed85c
ath9k: Virtual wiphy pause/unpause functionality
by Jouni Malinen
· 16 years ago
c52f33d
ath9k: Add support for multiple secondary virtual wiphys
by Jouni Malinen
· 16 years ago
fdbf733
ath9k: Use beacon interval directly
by Sujith
· 16 years ago
f7a99e4
ath9k: Remove ath_txq_depth and get the queue depth directly
by Sujith
· 16 years ago
2660b81
ath9k: Remove all the useless ah_ variable prefixes
by Sujith
· 16 years ago
cbe61d8
ath9k: Merge ath_hal and ath_hal_5416 structures
by Sujith
· 16 years ago
17d7904
ath9k: Remove all the sc_ prefixes
by Sujith
· 16 years ago
394cf0a
ath9k: Header file cleanup
by Sujith
· 16 years ago
254ad0f
ath9k: Remove all the redundant internal buffer types
by Sujith
· 16 years ago
c89424d
ath9k: Handle mac80211's RC flags for MCS rates
by Sujith
· 16 years ago
d22b002
ath9k: Fix lockdep warning
by Sujith
· 16 years ago
1286ec6
ath9k: Fix station access in aggregation completion
by Sujith
· 16 years ago
c656bbb
ath9k: Cleanup buffer type assignment
by Sujith
· 16 years ago
d43f3015
ath9k: Revamp TX aggregation
by Sujith
· 16 years ago
6ef9b13
ath9k: Handle holding descriptor in TX completion properly
by Sujith
· 16 years ago
059d806
ath9k: Add a helper function to wake mac80211 queues
by Sujith
· 16 years ago
043a040
ath9k: Merge queue draining functions
by Sujith
· 16 years ago
55f5e4a
ath9k: Remove ath_tx_stopdma and call ath9k_hw_stoptxdma directly
by Sujith
· 16 years ago
e832435
ath9k: Reorganize code in xmit.c
by Sujith
· 16 years ago
7da3c55
ath9k: convert to use bus-agnostic DMA routines
by Gabor Juhos
· 16 years ago
f5870ac
ath9k: convert to struct device
by Gabor Juhos
· 16 years ago
ecf7044
ath9k: make use of conf_is_ht*() in the rest of the driver
by Luis R. Rodriguez
· 16 years ago
ae8d285
ath9k: consolidate arguments on hw reset
by Luis R. Rodriguez
· 16 years ago
9674225
ath9k: remove cache of rate preference when using 11g protection
by Luis R. Rodriguez
· 16 years ago
157ec87
ath9k: Revert fix to TX status reporting for retries and MCS index
by Jouni Malinen
· 16 years ago
d3a1db1
ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.
by Senthil Balasubramanian
· 16 years ago
f7a276a
ath9k: Remove MAC header pad before reporting TX status
by Jouni Malinen
· 16 years ago
da027ca
ath9k: Fix TX status reporting for retries and MCS index
by Jouni Malinen
· 16 years ago
b77f483
ath9k: Refactor struct ath_softc
by Sujith
· 16 years ago
a07d361
ath9k: BH shouldn't be enabled when hardirqs are disabled.
by Senthil Balasubramanian
· 16 years ago
8ee5afb
ath9k: Merge structures ath_atx, ath_node_aggr with ath_node
by Sujith
· 16 years ago
3706de6
ath9k: Maintain rate table choice after association
by Sujith
· 16 years ago
c112d0c
ath9k: Use GFP_ATOMIC when allocating TX private area
by Luis R. Rodriguez
· 16 years ago
f8316df
ath9k: Check for pci_map_single() errors
by Luis R. Rodriguez
· 16 years ago
d97809d
ath9k: Replace ath9k_opmode with nl80211_iftype
by Colin McCabe
· 16 years ago
04bd463
ath9k: Use cleaner debug masks
by Sujith
· 16 years ago
99405f9
ath9k: Use proper TX channel width for setting channels
by Sujith
· 16 years ago
ff37e33
ath9k: Code scrub
by Sujith
· 16 years ago
7ac4701
ath9k: Dont update rate control for every AMPDU
by Vasanthakumar Thiagarajan
· 16 years ago
8f93b8b
ath9k: Use straightforward PCI routines to setup the TX buffer.
by Sujith
· 16 years ago
c428839
ath9k: Move TX completion routine to xmit.c
by Sujith
· 16 years ago
46d14a5
ath9k: General code scrub
by Sujith
· 16 years ago
e63835b
ath9k: Remove ath9k_rate_table
by Sujith
· 16 years ago
a8efee4
ath9k: Use rate_driver_data
by Sujith
· 16 years ago
ffd651c
ath9k: We don't support non-HT devices, so remove superfluous code.
by Sujith
· 16 years ago
f161796
ath9k: correct warning about unintialized variable 'tid'
by John W. Linville
· 16 years ago
8469cde
mac80211: Add a new event in ieee80211_ampdu_mlme_action
by Sujith
· 16 years ago
ccc75c5
ath9k: Remove ath_tx_aggr_resp()
by Sujith
· 16 years ago
a37c2c7
ath9k: Use bitfields to store tid's state in a single variable
by Sujith
· 16 years ago
102e057
ath9k: Ensure ath_node is not NULL when updating tx chainmask
by Sujith
· 16 years ago
43453b3
ath9k: Remove SM Power Save as it is not supported now
by Sujith
· 16 years ago
Next »