aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20bcma: gpio: use predictable base for all BCM47XX busesRafał Miłecki1-8/+15
2015-03-20mwifiex: fix crash in SDIO RX pathAvinash Patil1-1/+1
2015-03-20brcmfmac: remove support for unreleased BCM4354 PCIeArend van Spriel1-9/+0
2015-03-20brcmfmac: only support the BCM43455/7 deviceArend van Spriel1-5/+5
2015-03-20brcmfmac: add support for BCM43430 SDIO chipsetArend van Spriel5-1/+33
2015-03-20brcmfmac: add MODULE_FIRMWARE() macros for bcm4356 PCIe deviceArend van Spriel1-0/+2
2015-03-20brcmfmac: Remove unnecessary new-line in pcie console logging.Hante Meuleman1-2/+1
2015-03-20brcmfmac: Update msgbuf commonring size for improved throughput.Hante Meuleman1-4/+4
2015-03-20brcmfmac: Add necessary memory barriers for SDIO.Hante Meuleman1-24/+33
2015-03-20brcmfmac: avoid runtime-pm for sdio host controllerArend van Spriel1-1/+3
2015-03-20mwifiex: missing curly braces in mwifiex_write_data_complete()Dan Carpenter1-1/+2
2015-03-20rt2x00: add new rt2800usb device DWA 130Scott Branden1-0/+1
2015-03-20wil6210: fall back to pseudo-DMS mcast for secure link and PBSSVladimir Kondratiev1-2/+101
2015-03-20wil6210: implement broadcast/multicast dataVladimir Kondratiev5-76/+167
2015-03-20wil6210: add bcast structures to WMIVladimir Kondratiev1-2/+18
2015-03-20wil6210: Prefer ether_addr_copy() over memcpy()Vladimir Kondratiev2-8/+10
2015-03-20wil6210: Align Rx frames on 4*n+2 by having SNAPVladimir Kondratiev4-3/+33
2015-03-20wil6210: fix check for FW responsivenessVladimir Kondratiev2-2/+2
2015-03-20wil6210: optimize index manipulation in wil_vring_reap_rxVladimir Kondratiev1-6/+11
2015-03-20cw1200: Fix suspendLars-Peter Clausen1-7/+4
2015-03-20rtl8188ee: fix build break due to missing rtl_hal_pwrseqcmdparsing definitionJeff Layton1-0/+1
2015-03-20ath9k: Start AIC calibration during MCI resetSujith Manoharan1-0/+3
2015-03-20ath9k: Handle MCI_STATE_AIC_CALSujith Manoharan3-2/+31
2015-03-20ath9k: Handle MCI_STATE_AIC_STARTSujith Manoharan3-0/+38
2015-03-20ath9k: Handle MCI_STATE_AIC_CAL_RESETSujith Manoharan3-0/+13
2015-03-20ath9k: Disable AIC by defaultSujith Manoharan2-1/+8
2015-03-20ath9k: Process the AIC calibration resultsSujith Manoharan1-0/+245
2015-03-20ath9k: Finish AIC calibrationSujith Manoharan1-1/+77
2015-03-20ath9k: Handle MCI_STATE_AIC_CAL_SINGLESujith Manoharan4-0/+183
2015-03-20ath9k: Add register definitions for AICSujith Manoharan3-25/+169
2015-03-20ath9k: Register private AIC opsSujith Manoharan5-1/+54
2015-03-20ath9k: Add initial structures for AICSujith Manoharan2-0/+60
2015-03-16mwifiex: delay skb allocation for RX until cmd53 overZhaoyang Liu2-34/+33
2015-03-16mwifiex: add SDIO rx single port aggregationZhaoyang Liu7-11/+184
2015-03-16mwifiex: preprocess packets from TX queueZhaoyang Liu7-11/+185
2015-03-16mwifiex: remove_bss_prio_lockZhaoyang Liu1-9/+2
2015-03-16mwifiex: get rid of BA setup helper functionsZhaoyang Liu6-46/+42
2015-03-16mwifiex: avoid queue_work while work is ongoingShengzhen Li4-9/+36
2015-03-16mwifiex: enhance SD8897 MP aggregation limitsAvinash Patil1-2/+4
2015-03-16mwifiex: rename alloc_rx_buf to alloc_dma_aligned_bufAvinash Patil4-10/+11
2015-03-16mwifiex: lock main process till reinitialization of vif is overAvinash Patil3-1/+35
2015-03-16wl18xx: show rx_frames_per_rates as an array as it really isNicolas Iooss2-3/+3
2015-03-16rt2x00usb: drop rt2x00usb_disable_radio() from rt2800usb_disable_radio()Sebastian Andrzej Siewior1-1/+0
2015-03-16rt2x00usb: check USB's request error code in rt2800usb_autorun_detect()Sebastian Andrzej Siewior1-3/+7
2015-03-16rt2x00usb: initialize the read value in case of failureSebastian Andrzej Siewior1-2/+2
2015-03-16mwifiex: use del_timer variant in interrupt contextAmitkumar Karwar3-4/+4
2015-03-16mwifiex: Add support for auto ARP in mwifiex.Maithili Hinge4-31/+113
2015-03-16mwifiex: fix a bug in Rx multiport aggregation logicCathy Luo1-2/+7
2015-03-16rtlwifi: No need to export rtl_evm_dbm_jaguar anymorePriit Laes3-17/+15
2015-03-16rtlwifi: Clean rtl_evm_db_to_percentage a bitPriit Laes1-9/+2