summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | brcmfmac: remove support for unreleased BCM4354 PCIeArend van Spriel2015-03-201-9/+0
| | * | | | | brcmfmac: only support the BCM43455/7 deviceArend van Spriel2015-03-201-5/+5
| | * | | | | brcmfmac: add support for BCM43430 SDIO chipsetArend van Spriel2015-03-205-1/+33
| | * | | | | brcmfmac: add MODULE_FIRMWARE() macros for bcm4356 PCIe deviceArend van Spriel2015-03-201-0/+2
| | * | | | | brcmfmac: Remove unnecessary new-line in pcie console logging.Hante Meuleman2015-03-201-2/+1
| | * | | | | brcmfmac: Update msgbuf commonring size for improved throughput.Hante Meuleman2015-03-201-4/+4
| | * | | | | brcmfmac: Add necessary memory barriers for SDIO.Hante Meuleman2015-03-201-24/+33
| | * | | | | brcmfmac: avoid runtime-pm for sdio host controllerArend van Spriel2015-03-201-1/+3
| | * | | | | mwifiex: missing curly braces in mwifiex_write_data_complete()Dan Carpenter2015-03-201-1/+2
| | * | | | | rt2x00: add new rt2800usb device DWA 130Scott Branden2015-03-201-0/+1
| | * | | | | wil6210: fall back to pseudo-DMS mcast for secure link and PBSSVladimir Kondratiev2015-03-201-2/+101
| | * | | | | wil6210: implement broadcast/multicast dataVladimir Kondratiev2015-03-205-76/+167
| | * | | | | wil6210: add bcast structures to WMIVladimir Kondratiev2015-03-201-2/+18
| | * | | | | wil6210: Prefer ether_addr_copy() over memcpy()Vladimir Kondratiev2015-03-202-8/+10
| | * | | | | wil6210: Align Rx frames on 4*n+2 by having SNAPVladimir Kondratiev2015-03-204-3/+33
| | * | | | | wil6210: fix check for FW responsivenessVladimir Kondratiev2015-03-202-2/+2
| | * | | | | wil6210: optimize index manipulation in wil_vring_reap_rxVladimir Kondratiev2015-03-201-6/+11
| | * | | | | cw1200: Fix suspendLars-Peter Clausen2015-03-201-7/+4
| | * | | | | rtl8188ee: fix build break due to missing rtl_hal_pwrseqcmdparsing definitionJeff Layton2015-03-201-0/+1
| | * | | | | ath9k: Start AIC calibration during MCI resetSujith Manoharan2015-03-201-0/+3
| | * | | | | ath9k: Handle MCI_STATE_AIC_CALSujith Manoharan2015-03-203-2/+31
| | * | | | | ath9k: Handle MCI_STATE_AIC_STARTSujith Manoharan2015-03-203-0/+38
| | * | | | | ath9k: Handle MCI_STATE_AIC_CAL_RESETSujith Manoharan2015-03-203-0/+13
| | * | | | | ath9k: Disable AIC by defaultSujith Manoharan2015-03-202-1/+8
| | * | | | | ath9k: Process the AIC calibration resultsSujith Manoharan2015-03-201-0/+245
| | * | | | | ath9k: Finish AIC calibrationSujith Manoharan2015-03-201-1/+77
| | * | | | | ath9k: Handle MCI_STATE_AIC_CAL_SINGLESujith Manoharan2015-03-204-0/+183
| | * | | | | ath9k: Add register definitions for AICSujith Manoharan2015-03-203-25/+169
| | * | | | | ath9k: Register private AIC opsSujith Manoharan2015-03-205-1/+54
| | * | | | | ath9k: Add initial structures for AICSujith Manoharan2015-03-202-0/+60
| | * | | | | mwifiex: delay skb allocation for RX until cmd53 overZhaoyang Liu2015-03-162-34/+33
| | * | | | | mwifiex: add SDIO rx single port aggregationZhaoyang Liu2015-03-167-11/+184
| | * | | | | mwifiex: preprocess packets from TX queueZhaoyang Liu2015-03-167-11/+185
| | * | | | | mwifiex: remove_bss_prio_lockZhaoyang Liu2015-03-161-9/+2
| | * | | | | mwifiex: get rid of BA setup helper functionsZhaoyang Liu2015-03-166-46/+42
| | * | | | | mwifiex: avoid queue_work while work is ongoingShengzhen Li2015-03-164-9/+36
| | * | | | | mwifiex: enhance SD8897 MP aggregation limitsAvinash Patil2015-03-161-2/+4
| | * | | | | mwifiex: rename alloc_rx_buf to alloc_dma_aligned_bufAvinash Patil2015-03-164-10/+11
| | * | | | | mwifiex: lock main process till reinitialization of vif is overAvinash Patil2015-03-163-1/+35
| | * | | | | wl18xx: show rx_frames_per_rates as an array as it really isNicolas Iooss2015-03-162-3/+3
| | * | | | | rt2x00usb: drop rt2x00usb_disable_radio() from rt2800usb_disable_radio()Sebastian Andrzej Siewior2015-03-161-1/+0
| | * | | | | rt2x00usb: check USB's request error code in rt2800usb_autorun_detect()Sebastian Andrzej Siewior2015-03-161-3/+7
| | * | | | | rt2x00usb: initialize the read value in case of failureSebastian Andrzej Siewior2015-03-161-2/+2
| | * | | | | mwifiex: use del_timer variant in interrupt contextAmitkumar Karwar2015-03-163-4/+4
| | * | | | | mwifiex: Add support for auto ARP in mwifiex.Maithili Hinge2015-03-164-31/+113
| | * | | | | mwifiex: fix a bug in Rx multiport aggregation logicCathy Luo2015-03-161-2/+7
| | * | | | | rtlwifi: No need to export rtl_evm_dbm_jaguar anymorePriit Laes2015-03-163-17/+15
| | * | | | | rtlwifi: Clean rtl_evm_db_to_percentage a bitPriit Laes2015-03-161-9/+2
| | * | | | | ath9k: allow 40MHz radar detection widthZefir Kurtisi2015-03-161-1/+2
| | * | | | | ath9k: add DFS support for extension channelZefir Kurtisi2015-03-161-15/+29