summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-10-09wil6210: Do no schedule firmware recovery during reset flowHamad Kadmany2-0/+9
2015-10-09wil6210: dump firmware memory when firmware crashesVladimir Kondratiev5-1/+121
2015-10-09wil6210: ratelimit Tx error messageVladimir Kondratiev1-1/+1
2015-10-09wil6210: capture all frames in sniffer modeVladimir Kondratiev1-1/+1
2015-10-09wil6210: support BAR (BlockAck Req)Vladimir Kondratiev3-6/+67
2015-10-09wil6210: treat broadcast bssid as "disconnect all"Vladimir Kondratiev1-2/+4
2015-10-09wil6210: pmc logger bug fixVladimir Shulman1-1/+1
2015-10-09wil6210: log firmware crash informationVladimir Kondratiev2-1/+10
2015-10-09wil6210: Add proper handling for invalid frames on RxVladimir Kondratiev3-7/+22
2015-10-09wil6210: fix warning in system power management codeVladimir Kondratiev1-1/+1
2015-10-09ath10k: use station's current operating mode from assoc requestVivek Natarajan1-2/+3
2015-10-09ath10k: optimize ce_lock on post rx buffer processingRajkumar Manoharan2-20/+9
2015-10-09ath10k: increase pci wakeup timeout to 30 msMaharaja Kennadyrajan2-2/+7
2015-10-06ath10k: use pre-allocated DMA buffer in TxPeter Oh3-26/+28
2015-10-06ath10k: use Rx decap mode configured when driver registeredPeter Oh1-1/+1
2015-10-06ath10k: implement debugfs interface for Transmit Power Control statsMaharaja Kennadyrajan6-1/+573
2015-10-06ath10k: add a_sle32_to_cpu()Kalle Valo1-1/+20
2015-10-06ath10k: split an unnecessary long lineKalle Valo1-1/+2
2015-10-06ath10k: fix whitespace usageKalle Valo3-2/+4
2015-10-06ath10k: remove void function return statementsKalle Valo1-2/+0
2015-10-06ath10k: brace style fixesKalle Valo2-6/+5
2015-10-06ath10k: indentation fixesKalle Valo4-10/+10
2015-10-06ath10k: fix checkpatch warning about logical continuationsKalle Valo1-2/+2
2015-10-05Merge ath-next from ath.gitKalle Valo14-140/+464
2015-09-29mwifiex: fix mwifiex_rdeeprom_read()Dan Carpenter1-7/+7
2015-09-29airo: Implement netif_carrier_on/offOndrej Zary1-0/+5
2015-09-29airo: fix IW_AUTH_ALG_OPEN_SYSTEMOndrej Zary1-24/+35
2015-09-29ssb: make ssb_pcmcia_switch_core staticRafał Miłecki2-9/+1
2015-09-29ssb: drop declaration of non existing ssb_sdio_hardware_setupRafał Miłecki1-5/+0
2015-09-29ssb: make ssb_sdio_switch_core staticRafał Miłecki2-7/+1
2015-09-29ssb: unexport ssb_bus_pcibus_registerRafał Miłecki1-1/+0
2015-09-29bcma: add support for population subnodes also when build as moduleHauke Mehrtens1-7/+2
2015-09-29brcmfmac: include linux/atomic.hHauke Mehrtens1-0/+1
2015-09-29brcmfmac: Accept events when TDLS is used in combination with p2p.Hante Meuleman1-2/+1
2015-09-29brcmfmac: Fix TDLS setup by properly handling p2p noif.Hante Meuleman3-3/+25
2015-09-29brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices.Hante Meuleman3-10/+131
2015-09-29brcmfmac: Fix race condition bug when deleting p2p interface.Hante Meuleman1-8/+14
2015-09-29brcmfmac: Add module parameter to disable features.Hante Meuleman1-0/+13
2015-09-29brcmfmac: Fix p2p bug for older firmwares.Hante Meuleman1-4/+6
2015-09-29brcmfmac: Only handle p2p_stop_device if vif is validHante Meuleman1-5/+11
2015-09-29brcmfmac: Deleting of p2p device is leaking memory.Hante Meuleman3-20/+32
2015-09-29brcmfmac: Workaround in change vif for wpa_supplicant support.Hante Meuleman1-12/+31
2015-09-29brcmfmac: Make p2pon module param always available.Hante Meuleman1-3/+1
2015-09-29brcmfmac: Fix bug in flowring management.Hante Meuleman1-1/+1
2015-09-29brcmfmac: Inform p2p module about p2pon through APIHante Meuleman5-9/+18
2015-09-29brcmfmac: Only assign primary netdev to if2bss array.Hante Meuleman1-4/+10
2015-09-29brcmfmac: Fix set and get tx-power functions.Hante Meuleman1-111/+26
2015-09-29brcmfmac: Add support for the BCM4350 PCIE device.Hante Meuleman3-0/+12
2015-09-29brcmfmac: Fix exception handling.Hante Meuleman1-0/+1
2015-09-29mwifiex: complete usb tx data with multi endpointsZhaoyang Liu8-16/+90