summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
AgeCommit message (Expand)Author
2010-09-21ath5k: Add tx queue configuration functionBruno Randolf
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf
2010-09-21ath5k: Keep last descriptor in queueBruno Randolf
2010-09-21ath5k: Count how many times a queue got stuckBruno Randolf
2010-09-21ath5k: Add watchdog for stuck TX queuesBruno Randolf
2010-09-21ath5k: Move tx frame completion into separate functionBruno Randolf
2010-09-21ath5k: Fix TX queues stoppingBruno Randolf
2010-09-21ath5k: Fix queue debug fileBruno Randolf
2010-09-21ath5k: Use four hardware queuesBruno Randolf
2010-09-21ath5k: reorder base.c to remove fwd declsBob Copeland
2010-09-21ath/ath5k/ath9k: Fix crypto capabilities merge issueBruno Randolf
2010-09-16ath5k: Use common crypt capabilities flagsBruno Randolf
2010-09-16ath5k: Remove old ath5k key handling functionsBruno Randolf
2010-09-16ath5k: Use common ath key management functionsBruno Randolf
2010-09-14ath5k: avoid unneeded calibration error messagesFabio Rossi
2010-08-27ath5k: fix off-by-one in pilot magnitude maskBob Copeland
2010-08-27ath5k: re-order one of the frees on unwindDan Carpenter
2010-08-25ath5k: log descriptor chains at a new debug levelBob Copeland
2010-08-25ath5k: trivial spelling fixesBob Copeland
2010-08-24ath5k: don't enable probe request rx for STAsBob Copeland
2010-08-24ath5k: remove all mention of monitor iftypeBob Copeland
2010-08-24ath5k: remove monitor check in receive_frame_ok filterBob Copeland
2010-08-24ath5k: clean up some commentsBob Copeland
2010-08-24ath5k: remove own (wrong) IEEE80211_MAX_LENNick Kossifidis
2010-08-24ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis
2010-08-16mac80211: use cipher suite selectorsJohannes Berg
2010-08-13ath5k: disable ASPM L0s for all cardsMaxim Levitsky
2010-07-26ath5k: snprintf() returns largish valuesDan Carpenter
2010-07-14ath5k: clean up rxlink handlingBruno Randolf
2010-07-14ath5k: disable tasklets during resetBob Copeland
2010-07-14ath5k: move reset to mac80211 workqueueBob Copeland
2010-06-28ath5k: fix antenna div gc for <= AR5K_SREV_PHY_2413Bruno Randolf
2010-06-25Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre
2010-06-18ath5k: initialize ah->ah_current_channelBob Copeland
2010-06-16ath5k: report PHY error frames only for chips which need itBruno Randolf
2010-06-16ath5k: review RX descriptor functionsBruno Randolf
2010-06-16ath5k: take descriptor differences between 5210 and 5211 into accountBruno Randolf
2010-06-16ath5k: update 5210/5211 frame typesBruno Randolf
2010-06-16ath5k: review and add comments for descriptorsBruno Randolf
2010-06-16ath5k: remove pointless rx error overlay structBruno Randolf
2010-06-16ath5k: cosmetic changes in ath5k_hw_proc_5212_rx_status()Bruno Randolf
2010-06-16ath5k: use direct function calls for descriptors when possibleBruno Randolf
2010-06-16ath5k: move checks and stats into new functionBruno Randolf
2010-06-16ath5k: split descriptor handling and frame receiveBruno Randolf
2010-06-16ath5k: unify rx descriptor error handlingBruno Randolf
2010-06-16ath5k: reset more pointers after we free skbsBruno Randolf
2010-06-16ath5k: print more errors when decriptor setup failsBruno Randolf
2010-06-16ath5k: fix rx descriptor debuggingBruno Randolf
2010-06-16ath5k: fix some comment typosBruno Randolf
2010-06-16ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()Bruno Randolf