summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-09-18ath10k: fix missing a blank line after declarationsKalle Valo3-9/+15
2014-09-18ath10k: fix use of multiple blank linesKalle Valo13-29/+0
2014-09-18ath10k: fix checkpatch warnings about parenthesis alignmentKalle Valo9-51/+55
2014-09-18ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()Kalle Valo1-3/+4
2014-09-17ath9k: enable ext channel pulse detectionLorenzo Bianconi1-0/+1
2014-09-17ath9k: Fix build errorSujith Manoharan1-0/+2
2014-09-17ath9k: initialize ath_node linked listLorenzo Bianconi1-0/+4
2014-09-17ath9k: enable dynack using set_coverage_class codepathLorenzo Bianconi1-4/+29
2014-09-17ath9k: add debugfs support for dynackLorenzo Bianconi1-0/+28
2014-09-17ath9k: enable control frame receptionLorenzo Bianconi1-1/+2
2014-09-17ath9k: add sampling methods for (tx|rx) timestampLorenzo Bianconi2-0/+10
2014-09-17ath9k: do not overwrite ACK timeout estimationLorenzo Bianconi1-0/+8
2014-09-17ath9k: add config for (en|dis)abling ACK timeout estimationLorenzo Bianconi2-0/+12
2014-09-17ath9k: add dynamic ACK timeout estimationLorenzo Bianconi6-0/+464
2014-09-17ath9k: add duration field to ath_tx_statusLorenzo Bianconi3-0/+17
2014-09-17ath9k: export methods related to ACK timeout estimationLorenzo Bianconi2-3/+7
2014-09-16iwlwifi: mvm: Allow schedule scan while connectedAlexander Bondar1-1/+7
2014-09-16iwlwifi: mvm: add debugfs entry to read the current temperatureLuciano Coelho3-1/+27
2014-09-16iwlwifi: mvm: prepare for scheduler config commandAvri Altman8-19/+165
2014-09-16iwlwifi: mvm: Set RRM_ENABLED bit in scan commandsAndrei Otcheretianski4-2/+31
2014-09-16iwlwifi: mvm: Announce Quiet Period supportAssaf Krauss2-2/+7
2014-09-16iwlwifi: mvm: Update TX power in TPC reportsAndrei Otcheretianski4-0/+15
2014-09-16iwlwifi: mvm: support cloned tx skbsIdo Yariv1-1/+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 va...Larry 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