ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()
[safe/jmp/linux-2.6] / drivers / net / wireless / ath / ath9k / recv.c
2010-05-11 Vasanthakumar Thia... ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()
2010-05-11 Vasanthakumar Thia... ath9k: Fix bug in handling rx frames with invalid descr...
2010-04-16 Vasanthakumar Thia... ath9k: Setup appropriate tx desc for regular dma and...
2010-04-16 Luis R. Rodriguezath9k_hw: move AR9002 mac ops to its own file
2010-04-16 Felix Fietkauath9k: Add Rx EDMA support
2010-03-31 Felix Fietkauath9k: allocate tx and rx status information on stack
2010-03-31 Felix Fietkauath9k: split out access to rx status information
2010-02-01 Pavel Roskinath: make gcc check format arguments of ath_print(...
2010-01-12 Sujithath9k: Add debugfs file for RX errors
2010-01-12 Sujithath9k: Cleanup Powersave flags
2009-11-11 Luis R. Rodriguezath9k_common: add new module to share 802.11n driver...
2009-11-11 Luis R. Rodriguezath9k: move RX skb post processing to a helper
2009-11-11 Luis R. Rodriguezath9k: move driver keymap, keymax and splitmic to common
2009-11-11 Luis R. Rodriguezath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()
2009-11-11 Luis R. Rodriguezath9k: move the max rx buffer size check to ath9k_rx_ac...
2009-11-11 Luis R. Rodriguezath: move the rx bufsize to common to share with ath5k...
2009-11-11 Luis R. Rodriguezath9k: move the rx_stats->rs_datalen check to ath9k_rx_...
2009-11-11 Luis R. Rodriguezath9k: avoid the copy skb->cb on every RX'd skb
2009-11-11 Luis R. Rodriguezath9k: move rssi processing into a helper
2009-11-11 Luis R. Rodriguezath9k: move qual processing into a helper
2009-11-11 Luis R. Rodriguezath9k: move rate descriptor reading into a helper
2009-11-11 Luis R. Rodriguezath9k: remove temp variable ratecode from ath_rx_prepare()
2009-11-11 Luis R. Rodriguezath9k: move RX check code into helper ath9k_rx_accept()
2009-11-11 Luis R. Rodriguezath9k: use the ieee80211_hw to get to an sband on ath_r...
2009-11-11 Luis R. Rodriguezath9k: move struct ath_ani to common area
2009-11-11 Luis R. Rodriguezath9k_hw: move ath_extend_tsf() to hw code to share...
2009-11-11 Luis R. Rodriguezath9k: do not pass the entire descriptor to ath_rx_prep...
2009-11-11 Luis R. Rodriguezath9k: use the passed ieee80211_hw on ath_rx_prepare()
2009-11-11 Luis R. Rodriguezath9k: simpify RX by calling ath_get_virt_hw() once
2009-11-04 Johannes Bergmac80211: make ieee80211_find_sta per virtual interface
2009-10-07 Senthil Balasubram... ath9k: Allow PSPOLL only when the interface is configur...
2009-10-07 Luis R. Rodriguezath9k: remove driver ASSERT, just use BUG_ON()
2009-10-07 Luis R. Rodriguezatheros: add common debug printing
2009-10-07 Luis R. Rodriguezatheros: define shared bssidmask setting
2009-10-07 Luis R. Rodriguezath9k: move ath_common to ath_hw
2009-10-07 Luis R. Rodriguezatheros/ath9k: move macaddr, curaid, curbssid and bssid...
2009-10-07 Luis R. Rodriguezath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_...
2009-10-07 Luis R. Rodriguezath9k: use ath_hw for DPRINTF() and debug init/exit
2009-09-08 Sujithath9k: Fix RX Filter handling for BAR
2009-08-28 Javier Cardonaath9k: Add support FIF_OTHER_BSS filtering mode.
2009-08-20 Vasanthakumar Thia... ath9k: Nuke struct ath9k_node_stats
2009-08-14 Luis R. Rodriguezath: add common ath_rxbuf_alloc() and make ath9k use it
2009-08-14 Sujithath9k: Update beacon RSSI
2009-08-14 Sujithath9k: Remove unneeded assignment of protocol field
2009-08-14 Luis R. Rodriguezath9k: use new FIF_PSPOLL configure filter
2009-07-24 Senthil Balasubram... ath9k: Manipulate and report the correct RSSI
2009-07-10 Luis R. Rodriguezath9k: differentiate quality reporting between legacy...
2009-07-10 Gabor Juhosath9k: remove ath_rx_ps_back_to_sleep helper
2009-07-10 Gabor Juhosath9k: remove unnecessary clearing of SC_OP_WAIT_{BEACO...
2009-07-10 Johannes Bergmac80211: push rx status into skb->cb
2009-06-19 Gabor Juhosath9k: wait for beacon frame along with CAB
2009-06-15 Gabor Juhosath9k: process rx packet if we are waiting for CAB
2009-05-22 Jouni Malinenath9k: Update Beacon timers based on timestamp from...
2009-05-20 Jouni Malinenath9k: Wake up for TX in mac80211 timeout=0 sleep mode
2009-05-20 Vasanthakumar Thia... ath9k: Move PS wakeup/restore calls from isr to tasklet
2009-05-20 Jouni Malinenath9k: Fix PS mode operation to receive buffered broadc...
2009-05-20 Jouni Malinenath9k: Clean up RX processing a bit
2009-05-20 Jouni Malinenath9k: Fix a check for multicast address for virtual...
2009-04-22 Luis R. Rodriguezatheros: put atheros wireless drivers into ath/