summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe2008-12-051-1/+2
* ath9k: Use cleaner debug masksSujith2008-12-051-49/+28Star
* 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/+7Star
* 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/+59Star
* ath9k: Use rate_driver_dataSujith2008-11-261-119/+43Star
* ath9k: We don't support non-HT devices, so remove superfluous code.Sujith2008-11-261-39/+0Star
* ath9k: correct warning about unintialized variable 'tid'John W. Linville2008-11-101-6/+5Star
* mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith2008-11-101-0/+19
* ath9k: Remove ath_tx_aggr_resp()Sujith2008-11-101-8/+4Star
* ath9k: Use bitfields to store tid's state in a single variableSujith2008-11-101-29/+20Star
* ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith2008-11-101-34/+23Star
* ath9k: Remove SM Power Save as it is not supported nowSujith2008-11-101-39/+6Star
* ath9k: Revamp transmit control blockSujith2008-11-101-312/+299Star
* ath9k: Simplify node attach/detach routinesSujith2008-11-101-73/+52Star
* ath9k: Node cleanupSujith2008-11-101-86/+21Star
* ath9k: use ETH_P_PAELuis R. Rodriguez2008-11-011-2/+2
* ath9k: Allow user to change tx power when askedLuis R. Rodriguez2008-11-011-1/+7
* ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez2008-11-011-25/+2Star
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-11-011-9/+19
* mac80211: rewrite HT handlingJohannes Berg2008-11-011-7/+10
* 802.11: clean up/fix HT supportJohannes Berg2008-11-011-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-281-1/+0Star
* mac80211: free up 2 bytes in skb->cbFelix Fietkau2008-10-071-1/+1
* ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez2008-10-071-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/+2Star
* | ath9k: Do not update frame's duration fieldSujith2008-08-291-45/+11Star
* | ath9k: Use mac80211 for multicast power save bufferingJouni Malinen2008-08-291-101/+72Star
* | ath9k: Miscellaneous fixesSujith2008-08-291-18/+11Star
* | ath9k: Remove remaining occurences of ath_skb_map functionsSujith2008-08-291-4/+4
* | ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen2008-08-291-2/+2
* | ath9k: Trim struct ath_softcSujith2008-08-291-6/+2Star
* | ath9k: Use ah_curchan and remove sc_curchan which is redundantSujith2008-08-291-1/+1
* | ath9k: Use bitfields for sc operationsSujith2008-08-291-15/+16
* | ath9k: Use a single opmode variableSujith2008-08-291-2/+2
* | ath9k: Remove a few unnecessary macrosSujith2008-08-291-1/+1
* | ath9k: Use bitfields for buffer typeSujith2008-08-291-40/+52
* | ath9k: Merge reset functionsSujith2008-08-291-1/+1
|/
* ath9k: Revamp wireless mode usageSujith2008-08-071-1/+1
* ath9k: Remove redundant data structure ath9k_txq_infoSujith2008-08-071-14/+15
* ath9k: Cleanup data structures related to HW capabilitiesSujith2008-08-071-2/+2
* ath9k: Add new Atheros IEEE 802.11n driverLuis R. Rodriguez2008-08-071-0/+2870