summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath5k
Commit message (Expand)AuthorAgeFilesLines
* Ath5k: fix bintval setupJiri Slaby2008-08-271-3/+5
* Ath5k: lock beaconsJiri Slaby2008-08-272-3/+13
* removed unused #include <version.h>Huang Weiyi2008-08-181-1/+0Star
* ath5k: Don't fiddle with MSI on suspend/resume.Michael Karcher2008-08-181-6/+2Star
* ath5k: remove Atheros 11n devices from supported listLuis R. Rodriguez2008-08-071-2/+0Star
* ath5k: remove obsolete declaration of struct ieee80211_hw_modeHelmut Schaa2008-08-011-1/+0Star
* Ath5k: mask out unneeded interruptsJiri Slaby2008-08-011-0/+1
* ath5k: Update phy calibration functionsNick Kossifidis2008-08-011-12/+42
* ath5k: Update channel functionsNick Kossifidis2008-08-011-4/+55
* ath5k: Add RF2425 initial rfgain valuesNick Kossifidis2008-08-011-2/+70
* ath5k: Reorder calibration calls during reset and update hw_set_powerNick Kossifidis2008-08-011-23/+59
* ath5k: Do ADC test during resetNick Kossifidis2008-08-011-0/+13
* ath5k: Misc hw_reset updatesNick Kossifidis2008-08-011-4/+27
* ath5k: Misc hw_attach fixesNick Kossifidis2008-08-012-44/+26Star
* ath5k: Restore saved initval after POSTNick Kossifidis2008-08-011-0/+6
* ath5k: Update register listNick Kossifidis2008-08-014-263/+720
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-1/+1
* ath5k: don't enable MSI, we cannot handle it yetPavel Roskin2008-07-291-5/+0Star
* ath5k: fix recursive locking in ath5k_beacon_updateBob Copeland2008-07-291-3/+0Star
* ath5k: use positive logic for HP laptop LEDsBob Copeland2008-07-291-2/+2
* Ath5k: suspend/resume fixesJiri Slaby2008-07-291-5/+21
* Ath5k: fix dma operationJiri Slaby2008-07-291-11/+0Star
* Ath5k: flush workJiri Slaby2008-07-292-2/+15
* Ath5k: kill tasklets on shutdownJiri Slaby2008-07-291-0/+3
* Ath5k: fix memory corruptionJiri Slaby2008-07-292-8/+26
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* mac80211: revamp beacon configurationJohannes Berg2008-07-141-1/+12
* ath5k: remove now unused variable declared in ath5k_txJohn W. Linville2008-06-271-1/+0Star
* wireless: Small cleanupsPavel Machek2008-06-271-2/+2
* ath5k: convert LED code to use mac80211 triggersBob Copeland2008-06-273-154/+132Star
* ath5k: use frame control helpersHarvey Harrison2008-06-261-7/+4Star
* ath5k: use IEEE80211_SKB_CBJohannes Berg2008-06-031-4/+4
* mac80211: use multi-queue master netdeviceJohannes Berg2008-05-221-1/+1
* mac80211: move TX info into skb->cbJohannes Berg2008-05-222-39/+32Star
* mac80211: use rate index in TX controlJohannes Berg2008-05-221-3/+5
* mac80211: let drivers wake but not start queuesJohannes Berg2008-05-221-1/+1
* ath5k: Fix loop variable initializationsBob Copeland2008-05-142-2/+6
* mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-18/+5Star
* mac80211: clean up get_tx_stats callbackJohannes Berg2008-05-072-5/+6
* mac80211: Replace ieee80211_tx_control->key_idx with ieee80211_key_confIvo van Doorn2008-05-071-1/+1
* wireless: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-6/+2Star
* ath5k: Fix radio identification on AR5424/2424Nick Kossifidis2008-04-241-4/+10
* ath5k: Misc fixes/cleanupsNick Kossifidis2008-04-165-643/+139Star
* ath5k: Add RF2425 initvalsNick Kossifidis2008-04-165-14/+365
* wireless: fix various printk warnings on ia64 (and others)John W. Linville2008-04-011-3/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-0/+2
|\
| * ath5k: disable irq handling in ath5k_hw_detach()Pavel Roskin2008-03-131-0/+2
* | drivers/net/wireless/ath5k - convert == (true|false) to simple logical testsJoe Perches2008-03-132-23/+23
* | wireless: correct warnings from using '%llx' for type 'u64'John W. Linville2008-03-071-2/+4
* | ath5k: work around wrong beacon rx timestamp in IBSS modeBruno Randolf2008-03-071-14/+45