summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/xmit.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-19ath9k: Remove MAC header pad before reporting TX statusJouni Malinen1-0/+12
2008-12-19ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen1-1/+9
2008-12-12ath9k: Refactor struct ath_softcSujith1-63/+63
2008-12-12ath9k: BH shouldn't be enabled when hardirqs are disabled.Senthil Balasubramanian1-2/+3
2008-12-12ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith1-3/+3
2008-12-12ath9k: Maintain rate table choice after associationSujith1-4/+4
2008-12-05ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez1-2/+20
2008-12-05ath9k: Check for pci_map_single() errorsLuis R. Rodriguez1-2/+21
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe1-1/+2
2008-12-05ath9k: Use cleaner debug masksSujith1-49/+28
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith1-1/+1
2008-11-26ath9k: Code scrubSujith1-8/+14
2008-11-26ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan1-0/+2
2008-11-26ath9k: Use straightforward PCI routines to setup the TX buffer.Sujith1-16/+7
2008-11-26ath9k: Move TX completion routine to xmit.cSujith1-32/+56
2008-11-26ath9k: General code scrubSujith1-1/+1
2008-11-26ath9k: Remove ath9k_rate_tableSujith1-104/+59
2008-11-26ath9k: Use rate_driver_dataSujith1-119/+43
2008-11-26ath9k: We don't support non-HT devices, so remove superfluous code.Sujith1-39/+0
2008-11-10ath9k: correct warning about unintialized variable 'tid'John W. Linville1-6/+5
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith1-0/+19
2008-11-10ath9k: Remove ath_tx_aggr_resp()Sujith1-8/+4
2008-11-10ath9k: Use bitfields to store tid's state in a single variableSujith1-29/+20
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith1-34/+23
2008-11-10ath9k: Remove SM Power Save as it is not supported nowSujith1-39/+6
2008-11-10ath9k: Revamp transmit control blockSujith1-312/+299
2008-11-10ath9k: Simplify node attach/detach routinesSujith1-73/+52
2008-11-10ath9k: Node cleanupSujith1-86/+21
2008-11-01ath9k: use ETH_P_PAELuis R. Rodriguez1-2/+2
2008-11-01ath9k: Allow user to change tx power when askedLuis R. Rodriguez1-1/+7
2008-11-01ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez1-25/+2
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg1-9/+19
2008-11-01mac80211: rewrite HT handlingJohannes Berg1-7/+10
2008-11-01802.11: clean up/fix HT supportJohannes Berg1-1/+1
2008-10-28net: convert print_mac to %pMJohannes Berg1-1/+0
2008-10-07mac80211: free up 2 bytes in skb->cbFelix Fietkau1-1/+1
2008-10-07ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez1-5/+5
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2008-09-23ath9k: connectivity is lost after Group rekeying is doneSenthil Balasubramanian1-3/+3
2008-09-03ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen1-2/+2
2008-08-30ath9k: Remove sc_lastrx as we don't use it anywhereSujith1-5/+2
2008-08-30ath9k: Do not update frame's duration fieldSujith1-45/+11
2008-08-30ath9k: Use mac80211 for multicast power save bufferingJouni Malinen1-101/+72
2008-08-30ath9k: Miscellaneous fixesSujith1-18/+11
2008-08-30ath9k: Remove remaining occurences of ath_skb_map functionsSujith1-4/+4
2008-08-30ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen1-2/+2
2008-08-30ath9k: Trim struct ath_softcSujith1-6/+2
2008-08-30ath9k: Use ah_curchan and remove sc_curchan which is redundantSujith1-1/+1
2008-08-30ath9k: Use bitfields for sc operationsSujith1-15/+16
2008-08-30ath9k: Use a single opmode variableSujith1-2/+2