summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2012-04-13ath9k_htc: Add Panasonic N5HBZ0000055 device idSujith Manoharan1-0/+2
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior3-8/+11
2012-04-13ath9k_hw: Remove BTCOEX initvalsSujith Manoharan3-20/+0
2012-04-13ath9k: wake up the hardware from full sleep when idle is turned offFelix Fietkau1-1/+8
2012-04-13ath5k: unmap io memory on probe failureJonathan Bither1-2/+4
2012-04-13ath5k: fix undefined 'THIS_MODULE'Jonathan Bither1-0/+1
2012-04-12ath9k: remove dead codeZefir Kurtisi6-16/+0
2012-04-12Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville20-165/+3370
2012-04-12Merge branch 'master' into for-davemJohn W. Linville47-271/+1258
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-104/+60
2012-04-12ath5k: Remove extraneous statements from ath5k_hw_proc_4word_tx_status and at...Qasim Javed1-4/+0
2012-04-12wireless: Remove unnecessary ; from while (0) macrosJoe Perches1-3/+3
2012-04-12ath9k: Add more recv stats.Ben Greear3-11/+65
2012-04-12ath9k: Add tx-failed counter.Ben Greear3-0/+4
2012-04-12ath9k: update to DFS pattern detector interfaceZefir Kurtisi2-52/+36
2012-04-12ath9k: add DFS pattern detector instance to ath_softcZefir Kurtisi2-0/+6
2012-04-12ath9k: add DFS pattern detectorZefir Kurtisi5-1/+850
2012-04-10mac80211: notify driver of rate control updatesJohannes Berg1-1/+1
2012-04-10mac80211: remove channel type argument from rate_updateJohannes Berg1-3/+2
2012-04-10mac80211: don't always advertise remain-on-channelJohannes Berg3-1/+5
2012-04-10ath5k: Introduce _ath5k_printk to reduce code/textJoe Perches2-4/+25
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches26-68/+106
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-97/+55
2012-04-10Revert "ath9k: fix going to full-sleep on PS idle"Sujith Manoharan1-5/+3
2012-04-10ath9k_hw: Update rx gain initval to improve rx sensitivityRajkumar Manoharan1-5/+5
2012-04-10ath9k: recover ar9380 chips from rare stuck stateRajkumar Manoharan6-4/+126
2012-04-10ath9k_hw: improve ANI processing and rx desensitizing parametersRajkumar Manoharan4-115/+27
2012-04-09ath6kl: Fix 4-way handshake failure in AP and P2P GO modeVasanthakumar Thiagarajan4-0/+107
2012-04-09ath6kl: Configure htcap in fw based on the channel type in AP modeVasanthakumar Thiagarajan5-21/+116
2012-04-09ath6kl: Don't advertise HT40 support in 2.4 GhzVasanthakumar Thiagarajan1-2/+3
2012-04-09ath6kl: Fix target assert in p2p bringup with multi vifVasanthakumar Thiagarajan2-9/+47
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds7-97/+55
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd7-97/+55
2012-04-04ath6kl: Support net_stats.multicastVasanthakumar Thiagarajan1-1/+2
2012-04-03ath6kl: Fix scan related issue on suspend-resumeVivek Natarajan1-0/+4
2012-04-03ath6kl: Use vmalloc instead of kmalloc for fwVivek Natarajan2-2/+5
2012-04-02ath6kl: Stop using NLA_PUT*().David S. Miller1-2/+3
2012-03-28ath9k: Use HW HT capabilites properlySujith Manoharan1-2/+2
2012-03-28ath6kl: Set background scan period.Bala Shanmugam1-0/+13
2012-03-28ath6kl: Store scan request info in-advance before sending SCAN requestRaja Mani1-3/+5
2012-03-26ath9k: fix a memory leak in ath_rx_tasklet()Eric Dumazet1-2/+2
2012-03-26ath9k: reduce listen time periodRajkumar Manoharan1-1/+1
2012-03-26ath9k: fix max noise floor thresholdRajkumar Manoharan1-3/+2
2012-03-26ath6kl: add full USB supportKalle Valo2-4/+782
2012-03-26ath6kl: Add HTC pipe implementationKalle Valo7-0/+1808
2012-03-26ath6kl: add htc opsKalle Valo10-55/+219
2012-03-26ath6kl: remove void pointer from ath6kl_credit_setup()Kalle Valo2-3/+3
2012-03-26ath6kl: add rx data padding supportKalle Valo2-0/+10
2012-03-26ath6kl: add pointer to the skb in htc_packetKalle Valo2-0/+13
2012-03-26ath6kl: add tx_comp_multi() to struct htc_ep_callbacksKalle Valo2-0/+2