aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville44-528/+1323
2013-03-20ath6kl: fix size_t printf warningsKalle Valo1-7/+7
2013-03-18Merge tag 'for-linville-20130318' of git://github.com/kvalo/ath6klJohn W. Linville18-94/+628
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville4-9/+16
2013-03-18ath6kl: Fix a debugfs crash for USB devicesMohammed Shafi Shajakhan1-2/+4
2013-03-18ath: changed kmalloc to kmemdupAndrei Epure1-3/+1
2013-03-18ath6kl: Fix the byte alignment rule to avoid loss of bytes in a TCP segmentMyoungje Kim2-5/+7
2013-03-18ath6kl: remove false check from ath6kl_rx()Kalle Valo1-1/+1
2013-03-18ath6kl: add an extra band check to ath6kl_wmi_beginscan_cmd()Kalle Valo1-0/+3
2013-03-18ath6kl: add tracing support to debug message macrosKalle Valo2-4/+50
2013-03-18ath6kl: add tracing support to log functionsKalle Valo3-0/+41
2013-03-18ath6kl: convert ath6kl_info/err/warn macros to real functionsKalle Valo2-7/+54
2013-03-18ath6kl: adding tracing points for htc_mboxKalle Valo2-1/+76
2013-03-18ath6kl: add tracing point for hif irqsKalle Valo2-0/+23
2013-03-18ath6kl: add tracing points for sdio transfersKalle Valo3-0/+105
2013-03-18ath6kl: add tracing support and tracing points for wmi packetsKalle Valo6-0/+125
2013-03-18ath6kl: cold reset target after host warm bootKalle Valo2-2/+13
2013-03-18ath6kl: fix usb related error handling and warningsKalle Valo3-21/+33
2013-03-18ath6kl: cleanup ath6kl_reset_device()Kalle Valo4-39/+10
2013-03-18ath6kl: print firmware capabilitiesKalle Valo1-0/+73
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-2/+0
2013-03-13wil6210: temperature measurementVladimir Kondratiev3-0/+70
2013-03-13wil6210: sync with new firmwareVladimir Kondratiev6-122/+321
2013-03-13wil6210: new SW resetVladimir Kondratiev4-23/+17
2013-03-13wil6210: headers clean-upVladimir Kondratiev6-27/+0
2013-03-13wil6210: use WLAN_CAPABILITY_DMG_TYPE_MASKVladimir Kondratiev1-1/+1
2013-03-13wil6210: fix FW error notificationVladimir Kondratiev1-3/+11
2013-03-13wil6210: report all received mgmt framesVladimir Kondratiev1-0/+3
2013-03-13wil6210: use cfg80211_inform_bss_frame()Vladimir Kondratiev1-11/+3
2013-03-13wil6210: refactor connect_workerVladimir Kondratiev3-25/+23
2013-03-13wil6210: Fix garbage sent to the FW with wmi_set_ie()Vladimir Kondratiev1-1/+1
2013-03-13wil6210: do not set IE's for beaconVladimir Kondratiev1-2/+7
2013-03-13wil6210: handle WMI_BA_STATUS_EVENTIDVladimir Kondratiev1-0/+11
2013-03-13wil6210: handle linkup/linkdown WMI eventsVladimir Kondratiev1-0/+23
2013-03-13wil6210: Remove local implementation of dynamic hexdumpVladimir Kondratiev2-24/+2
2013-03-13wil6210: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2013-03-09ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()Dan Carpenter1-2/+1
2013-03-08Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+5
2013-03-06ath9k: Report rx-crc-errors in ethtool stats.Ben Greear1-0/+2
2013-03-06ath9k: Report txerr-filtered errors in debugfs.Ben Greear2-0/+5
2013-03-06ath9k_hw: Fix fixed antenna for AR9462Sujith Manoharan1-0/+17
2013-03-06ath9k_hw: Update initvals for AR9462Sujith Manoharan1-25/+24
2013-03-06ath9k_hw: Use helper functions to simplify HW resetSujith Manoharan1-79/+103
2013-03-06ath9k_hw: Remove CHANNEL_CW_INTSujith Manoharan3-8/+3
2013-03-06ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()Dan Carpenter1-2/+1
2013-03-06drivers/net/wireless/ath/wil6210: Makefile, only -Werror when no -W* in EXTRA_CFLAGSChen Gang1-1/+3
2013-03-06ath9k: simplify ATH_EP_RNDBob Copeland1-1/+1
2013-03-06wil6210: convert to use simple_open()Wei Yongjun1-11/+3
2013-03-06ath5k: cleanup channel to eprom_mode functionJiri Slaby5-26/+10
2013-03-06carl9170: fix frame drop and WARN due to minstrel_ht changeChristian Lamparter1-41/+28