Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4af9cf4fda28c5f794861c52e0db5a3de9ee574d
/
drivers
/
net
/
wireless
/
ath9k
/
xmit.c
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
04bd4638
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
528f0c6
ath9k: Revamp transmit control block
by Sujith
· 16 years ago
c517016
ath9k: Simplify node attach/detach routines
by Sujith
· 16 years ago
b5aa9bf
ath9k: Node cleanup
by Sujith
· 16 years ago
4c24429
ath9k: use ETH_P_PAE
by Luis R. Rodriguez
· 16 years ago
5c020dc
ath9k: Allow user to change tx power when asked
by Luis R. Rodriguez
· 16 years ago
b139a10
ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepare
by Luis R. Rodriguez
· 16 years ago
e6a9854
mac80211/drivers: rewrite the rate control API
by Johannes Berg
· 16 years ago
ae5eb02
mac80211: rewrite HT handling
by Johannes Berg
· 16 years ago
d9fe60d
802.11: clean up/fix HT support
by Johannes Berg
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
76708de
mac80211: free up 2 bytes in skb->cb
by Felix Fietkau
· 16 years ago
0345f37
ath9k: kill ath9k's memzero() and use memset() instead
by Luis R. Rodriguez
· 16 years ago
b262e60
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
d0be7cc
ath9k: connectivity is lost after Group rekeying is done
by Senthil Balasubramanian
· 16 years ago
9aab3e3
ath9k: Fix TX control flag use for no ACK and RTS/CTS
by Jouni Malinen
· 16 years ago
1fe1132
ath9k: Remove sc_lastrx as we don't use it anywhere
by Sujith
· 16 years ago
14cc709
ath9k: Do not update frame's duration field
by Sujith
· 16 years ago
e022edb
ath9k: Use mac80211 for multicast power save buffering
by Jouni Malinen
· 16 years ago
ff9b662
ath9k: Miscellaneous fixes
by Sujith
· 16 years ago
927e70e
ath9k: Remove remaining occurences of ath_skb_map functions
by Sujith
· 16 years ago
b14ecdd
ath9k: Fix TX control flag use for no ACK and RTS/CTS
by Jouni Malinen
· 16 years ago
98deeea
ath9k: Trim struct ath_softc
by Sujith
· 16 years ago
7c56d24
ath9k: Use ah_curchan and remove sc_curchan which is redundant
by Sujith
· 16 years ago
672840a
ath9k: Use bitfields for sc operations
by Sujith
· 16 years ago
b4696c8b
ath9k: Use a single opmode variable
by Sujith
· 16 years ago
556bb8f
ath9k: Remove a few unnecessary macros
by Sujith
· 16 years ago
cd3d39a
ath9k: Use bitfields for buffer type
by Sujith
· 16 years ago
f45144e
ath9k: Merge reset functions
by Sujith
· 16 years ago
86b89ee
ath9k: Revamp wireless mode usage
by Sujith
· 16 years ago
ea9880f
ath9k: Remove redundant data structure ath9k_txq_info
by Sujith
· 16 years ago
60b67f5
ath9k: Cleanup data structures related to HW capabilities
by Sujith
· 16 years ago
f078f20
ath9k: Add new Atheros IEEE 802.11n driver
by Luis R. Rodriguez
· 16 years ago