aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: make use of conf_is_ht*() in the rest of the driverLuis R. Rodriguez2009-01-291-1/+1
* ath9k: consolidate arguments on hw resetLuis R. Rodriguez2009-01-291-10/+6
* ath9k: remove cache of rate preference when using 11g protectionLuis R. Rodriguez2009-01-291-3/+10
* ath9k: Revert fix to TX status reporting for retries and MCS indexJouni Malinen2009-01-121-9/+1
* ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.Senthil Balasubramanian2009-01-121-21/+17
* ath9k: Remove MAC header pad before reporting TX statusJouni Malinen2008-12-191-0/+12
* ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen2008-12-191-1/+9
* ath9k: Refactor struct ath_softcSujith2008-12-121-63/+63
* ath9k: BH shouldn't be enabled when hardirqs are disabled.Senthil Balasubramanian2008-12-121-2/+3
* ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith2008-12-121-3/+3
* ath9k: Maintain rate table choice after associationSujith2008-12-121-4/+4
* ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez2008-12-051-2/+20
* ath9k: Check for pci_map_single() errorsLuis R. Rodriguez2008-12-051-2/+21
* ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe2008-12-051-1/+2
* ath9k: Use cleaner debug masksSujith2008-12-051-49/+28
* ath9k: Use proper TX channel width for setting channelsSujith2008-11-261-1/+1
* ath9k: Code scrubSujith2008-11-261-8/+14
* ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan2008-11-261-0/+2
* ath9k: Use straightforward PCI routines to setup the TX buffer.Sujith2008-11-261-16/+7
* ath9k: Move TX completion routine to xmit.cSujith2008-11-261-32/+56
* ath9k: General code scrubSujith2008-11-261-1/+1
* ath9k: Remove ath9k_rate_tableSujith2008-11-261-104/+59
* ath9k: Use rate_driver_dataSujith2008-11-261-119/+43
* ath9k: We don't support non-HT devices, so remove superfluous code.Sujith2008-11-261-39/+0
* ath9k: correct warning about unintialized variable 'tid'John W. Linville2008-11-101-6/+5
* mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith2008-11-101-0/+19
* ath9k: Remove ath_tx_aggr_resp()Sujith2008-11-101-8/+4
* ath9k: Use bitfields to store tid's state in a single variableSujith2008-11-101-29/+20
* ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith2008-11-101-34/+23
* ath9k: Remove SM Power Save as it is not supported nowSujith2008-11-101-39/+6
* ath9k: Revamp transmit control blockSujith2008-11-101-312/+299
* ath9k: Simplify node attach/detach routinesSujith2008-11-101-73/+52
* ath9k: Node cleanupSujith2008-11-101-86/+21
* ath9k: use ETH_P_PAELuis R. Rodriguez2008-10-311-2/+2
* ath9k: Allow user to change tx power when askedLuis R. Rodriguez2008-10-311-1/+7
* ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez2008-10-311-25/+2
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-9/+19
* mac80211: rewrite HT handlingJohannes Berg2008-10-311-7/+10
* 802.11: clean up/fix HT supportJohannes Berg2008-10-311-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-271-1/+0
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-061-1/+1
* ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez2008-10-061-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-3/+3
|\
| * ath9k: connectivity is lost after Group rekeying is doneSenthil Balasubramanian2008-09-221-3/+3
| * ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen2008-09-031-2/+2
* | ath9k: Remove sc_lastrx as we don't use it anywhereSujith2008-08-291-5/+2
* | ath9k: Do not update frame's duration fieldSujith2008-08-291-45/+11
* | ath9k: Use mac80211 for multicast power save bufferingJouni Malinen2008-08-291-101/+72
* | ath9k: Miscellaneous fixesSujith2008-08-291-18/+11
* | ath9k: Remove remaining occurences of ath_skb_map functionsSujith2008-08-291-4/+4