ath9k: Use beacon interval directly
[safe/jmp/linux-2.6] / drivers / net / wireless / ath9k / xmit.c
2009-02-27 Sujithath9k: Use beacon interval directly
2009-02-27 Sujithath9k: Remove ath_txq_depth and get the queue depth...
2009-02-13 Sujithath9k: Remove all the useless ah_ variable prefixes
2009-02-13 Sujithath9k: Merge ath_hal and ath_hal_5416 structures
2009-02-13 Sujithath9k: Remove all the sc_ prefixes
2009-02-13 Sujithath9k: Header file cleanup
2009-02-11 Sujithath9k: Remove all the redundant internal buffer types
2009-02-09 Sujithath9k: Handle mac80211's RC flags for MCS rates
2009-02-09 Sujithath9k: Fix lockdep warning
2009-01-30 Sujithath9k: Fix station access in aggregation completion
2009-01-29 Sujithath9k: Cleanup buffer type assignment
2009-01-29 Sujithath9k: Revamp TX aggregation
2009-01-29 Sujithath9k: Handle holding descriptor in TX completion properly
2009-01-29 Sujithath9k: Add a helper function to wake mac80211 queues
2009-01-29 Sujithath9k: Merge queue draining functions
2009-01-29 Sujithath9k: Remove ath_tx_stopdma and call ath9k_hw_stoptxdm...
2009-01-29 Sujithath9k: Reorganize code in xmit.c
2009-01-29 Gabor Juhosath9k: convert to use bus-agnostic DMA routines
2009-01-29 Gabor Juhosath9k: convert to struct device
2009-01-29 Luis R. Rodriguezath9k: make use of conf_is_ht*() in the rest of the...
2009-01-29 Luis R. Rodriguezath9k: consolidate arguments on hw reset
2009-01-29 Luis R. Rodriguezath9k: remove cache of rate preference when using 11g...
2009-01-12 Jouni Malinenath9k: Revert fix to TX status reporting for retries...
2009-01-12 Senthil Balasubram... ath9k: Fix incorrect sequence numbering for unaggregate...
2008-12-19 Jouni Malinenath9k: Remove MAC header pad before reporting TX status
2008-12-19 Jouni Malinenath9k: Fix TX status reporting for retries and MCS...
2008-12-12 Sujithath9k: Refactor struct ath_softc
2008-12-12 Senthil Balasubram... ath9k: BH shouldn't be enabled when hardirqs are disabled.
2008-12-12 Sujithath9k: Merge structures ath_atx, ath_node_aggr with...
2008-12-12 Sujithath9k: Maintain rate table choice after association
2008-12-05 Luis R. Rodriguezath9k: Use GFP_ATOMIC when allocating TX private area
2008-12-05 Luis R. Rodriguezath9k: Check for pci_map_single() errors
2008-12-05 Colin McCabeath9k: Replace ath9k_opmode with nl80211_iftype
2008-12-05 Sujithath9k: Use cleaner debug masks
2008-11-26 Sujithath9k: Use proper TX channel width for setting channels
2008-11-26 Sujithath9k: Code scrub
2008-11-26 Vasanthakumar Thia... ath9k: Dont update rate control for every AMPDU
2008-11-26 Sujithath9k: Use straightforward PCI routines to setup the...
2008-11-26 Sujithath9k: Move TX completion routine to xmit.c
2008-11-26 Sujithath9k: General code scrub
2008-11-26 Sujithath9k: Remove ath9k_rate_table
2008-11-26 Sujithath9k: Use rate_driver_data
2008-11-26 Sujithath9k: We don't support non-HT devices, so remove super...
2008-11-10 John W. Linvilleath9k: correct warning about unintialized variable...
2008-11-10 Sujithmac80211: Add a new event in ieee80211_ampdu_mlme_action
2008-11-10 Sujithath9k: Remove ath_tx_aggr_resp()
2008-11-10 Sujithath9k: Use bitfields to store tid's state in a single...
2008-11-10 Sujithath9k: Ensure ath_node is not NULL when updating tx...
2008-11-10 Sujithath9k: Remove SM Power Save as it is not supported now
2008-11-10 Sujithath9k: Revamp transmit control block
2008-11-10 Sujithath9k: Simplify node attach/detach routines
2008-11-10 Sujithath9k: Node cleanup
2008-10-31 Luis R. Rodriguezath9k: use ETH_P_PAE
2008-10-31 Luis R. Rodriguezath9k: Allow user to change tx power when asked
2008-10-31 Luis R. Rodriguezath9k: remove pointless sc_txintrperiod and spin_lock_b...
2008-10-31 Johannes Bergmac80211/drivers: rewrite the rate control API
2008-10-31 Johannes Bergmac80211: rewrite HT handling
2008-10-31 Johannes Berg802.11: clean up/fix HT support
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-06 Felix Fietkaumac80211: free up 2 bytes in skb->cb
2008-10-06 Luis R. Rodriguezath9k: kill ath9k's memzero() and use memset() instead
2008-10-01 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-09-22 Senthil Balasubram... ath9k: connectivity is lost after Group rekeying is...
2008-09-03 Jouni Malinenath9k: Fix TX control flag use for no ACK and RTS/CTS
2008-08-29 Sujithath9k: Remove sc_lastrx as we don't use it anywhere
2008-08-29 Sujithath9k: Do not update frame's duration field
2008-08-29 Jouni Malinenath9k: Use mac80211 for multicast power save buffering
2008-08-29 Sujithath9k: Miscellaneous fixes
2008-08-29 Sujithath9k: Remove remaining occurences of ath_skb_map functions
2008-08-29 Jouni Malinenath9k: Fix TX control flag use for no ACK and RTS/CTS
2008-08-29 Sujithath9k: Trim struct ath_softc
2008-08-29 Sujithath9k: Use ah_curchan and remove sc_curchan which is...
2008-08-29 Sujithath9k: Use bitfields for sc operations
2008-08-29 Sujithath9k: Use a single opmode variable
2008-08-29 Sujithath9k: Remove a few unnecessary macros
2008-08-29 Sujithath9k: Use bitfields for buffer type
2008-08-29 Sujithath9k: Merge reset functions
2008-08-07 Sujithath9k: Revamp wireless mode usage
2008-08-07 Sujithath9k: Remove redundant data structure ath9k_txq_info
2008-08-07 Sujithath9k: Cleanup data structures related to HW capabilities
2008-08-07 Luis R. Rodriguezath9k: Add new Atheros IEEE 802.11n driver