aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller135-1682/+18980
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller23-56/+116
2014-09-23brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()Emil Goode1-1/+1
2014-09-22ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik1-1/+1
2014-09-16ath9k: enable ext channel pulse detectionLorenzo Bianconi1-0/+1
2014-09-16ath9k: Fix build errorSujith Manoharan1-0/+2
2014-09-16ath9k: initialize ath_node linked listLorenzo Bianconi1-0/+4
2014-09-16ath9k: enable dynack using set_coverage_class codepathLorenzo Bianconi1-4/+29
2014-09-16ath9k: add debugfs support for dynackLorenzo Bianconi1-0/+28
2014-09-16ath9k: enable control frame receptionLorenzo Bianconi1-1/+2
2014-09-16ath9k: add sampling methods for (tx|rx) timestampLorenzo Bianconi2-0/+10
2014-09-16ath9k: do not overwrite ACK timeout estimationLorenzo Bianconi1-0/+8
2014-09-16ath9k: add config for (en|dis)abling ACK timeout estimationLorenzo Bianconi2-0/+12
2014-09-16ath9k: add dynamic ACK timeout estimationLorenzo Bianconi6-0/+464
2014-09-16ath9k: add duration field to ath_tx_statusLorenzo Bianconi3-0/+17
2014-09-16ath9k: export methods related to ACK timeout estimationLorenzo Bianconi2-3/+7
2014-09-15ath9k_htc: fix random decryption failureJohannes Stezenbach1-1/+1
2014-09-15brcmfmac: handle IF event for P2P_DEVICE interfaceArend van Spriel2-3/+11
2014-09-15brcmfmac: obtain ifp through wdev structureArend van Spriel1-2/+5
2014-09-15brcmfmac: conditionally compile firmware protocol source codeArend van Spriel4-8/+30
2014-09-15brcmfmac: Fix memory leak and missing assignment.Hante Meuleman1-0/+2
2014-09-15ath9k: Fix primary station configurationSujith Manoharan1-5/+1
2014-09-15ath9k: Remove useless opmode checkSujith Manoharan1-7/+0
2014-09-15ath9k: Set offchannel state properlySujith Manoharan1-15/+42
2014-09-15ath9k: Check beaconing mode properlySujith Manoharan1-0/+3
2014-09-15ath9k: Remove unnecessary tbtt assignmentSujith Manoharan3-6/+5
2014-09-15b43: add support for setting the beacon listen intervalHauke Mehrtens2-0/+10
2014-09-15b43: update some transmit header constantsHauke Mehrtens1-9/+13
2014-09-15b43: add missing rateHauke Mehrtens1-0/+1
2014-09-15b43: tell ucode the phy type and versionHauke Mehrtens1-0/+4
2014-09-15b43: tell the ucode the mac capabilitiesHauke Mehrtens2-0/+13
2014-09-15fixup! wil6210: fix usage of print_hex_dump_debugVladimir Kondratiev1-6/+13
2014-09-15brcm80211: use container_of to resolve dma_info from dma_pubFabian Frederick1-19/+19
2014-09-15brcm80211: use container_of to resolve brcms_phy from brcms_phy_pubFabian Frederick3-68/+68
2014-09-15rtlwifi: btcoexist: Change local debugging macros CL_*** into the standard varietiesLarry Finger7-391/+194
2014-09-15b43: Implement PHY PLL resetRafał Miłecki4-2/+34
2014-09-15mwifiex: modify TX/RX window sizes for AP interfaceAvinash Patil1-2/+2
2014-09-15mwifiex: add rx workqueue supportAvinash Patil6-2/+159
2014-09-15mwifiex: remove low priority scan handlingAmitkumar Karwar5-144/+30
2014-09-15mwifiex: remove redundant variable report_scan_resultAmitkumar Karwar3-6/+0
2014-09-15mwifiex: process TX even when scan is ongoingAvinash Patil1-3/+5
2014-09-15mwifiex: remove restriction of single channel scan when connectedAvinash Patil1-6/+0
2014-09-15mwifiex: bring in scan channel gap featureAvinash Patil6-1/+58
2014-09-15mwifiex: set passive scan type for scan requests with no ssidAvinash Patil1-1/+1
2014-09-15mwifiex: minor cleanup in multiport aggregationAmitkumar Karwar1-9/+2
2014-09-15mwifiex: fix a bug in Tx multiport aggregationAmitkumar Karwar1-4/+2
2014-09-15mwifiex: fix 5G association failure after leaving 2.4G IBSSXinming Hu1-3/+6
2014-09-15mwifiex: support for event done interruptAvinash Patil2-2/+10
2014-09-15mwifiex: rework internal scan for associationAvinash Patil1-1/+26