summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-30/+30
2014-08-15Merge tag 'master-2014-08-14' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller6-6/+37
2014-08-14iwlwifi: mvm: disable scheduled scan to prevent firmware crashEmmanuel Grumbach1-1/+2
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-16/+17
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine30-30/+30
2014-08-11airo_cs: Remove typedef local_info_tHimangi Saraogi1-12/+13
2014-08-11atmel: Remove typedef atmel_priv_ioctlHimangi Saraogi1-4/+4
2014-08-11net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate after s...Rickard Strandqvist1-0/+1
2014-08-11brcmfmac: fix memory leakage in msgbufArend van Spriel1-0/+4
2014-08-11brcmfmac: fix curly brace mistake in brcmf_pcie_handle_mb_data()Arend van Spriel1-1/+2
2014-08-11carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2-4/+28
2014-08-09rtlwifi: use pci_zalloc_consistentJoe Perches1-12/+5
2014-08-09rtl818x: use pci_zalloc_consistentJoe Perches1-7/+4
2014-08-09mwl8k: use pci_zalloc_consistentJoe Perches1-4/+2
2014-08-09ipw2100: use pci_zalloc_consistentJoe Perches1-11/+5
2014-08-07net: fix USB network driver config option.Francois Romieu1-0/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds306-4024/+18790
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+2
2014-08-06Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller41-112/+4837
2014-07-31b43: N-PHY: fix "Data bus error" while working in 5 GHzRafał Miłecki1-0/+3
2014-07-31b43: update PHY descriptions in KconfigRafał Miłecki1-13/+9
2014-07-31brcmfmac: Add TDLS support to msgbuf.Hante Meuleman9-6/+158
2014-07-31brcmfmac: Fix msgbuf flow control.Hante Meuleman3-8/+62
2014-07-31brcmfmac: Update pcie reset device routine.Hante Meuleman1-7/+42
2014-07-31brcmfmac: Adding PCIe bus layer support.Hante Meuleman9-0/+1880
2014-07-31brcmfmac: Adding msgbuf protocol.Hante Meuleman10-21/+2275
2014-07-31brcmfmac: Add protocol addressing mode and peer deletion API.Hante Meuleman4-3/+75
2014-07-31brcmfmac: Export brcmf_netif_rx for new protocol msgbuf.Hante Meuleman2-1/+2
2014-07-31brcmfmac: Do not use strcpy and strcatDaniel Kim1-7/+18
2014-07-31iwlegacy: use correct structure type name in sizeofJulia Lawall1-1/+2
2014-07-29brcmfmac: Fix OOB interrupt not working for BCM43362Hans de Goede1-0/+16
2014-07-29ath9k: Initialize channel context ops on ahb probeRajkumar Manoharan1-0/+1
2014-07-29b43: add support for BCM43131 chipset with N-PHY rev 17Rafał Miłecki2-2/+4
2014-07-29brcmfmac: Fix some wrong register definesHans de Goede1-6/+6
2014-07-29brcmfmac: add device tree support for SDIO devicesChen-Yu Tsai4-0/+84
2014-07-29Merge tag 'for-linville-20140725' of git://github.com/kvalo/athJohn W. Linville9-54/+217
2014-07-29Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller115-1924/+4949
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+9
2014-07-25ath10k: handle attention flags correctly when using A-MSDUJanusz Dziedzic1-8/+15
2014-07-25ath10k: don't advertise IBSS iftype for 10.xMichal Kazior1-1/+2
2014-07-25ath10k: fix Rx aggregation reorderingMichal Kazior4-3/+126
2014-07-24Merge remote-tracking branch 'wireless-next/master' into ath-nextKalle Valo27-534/+1293
2014-07-24wireless: ath9k: Get rid of timespec conversionsThomas Gleixner1-5/+2
2014-07-23b43: enable 5 GHz support for N-PHY devicesRafał Miłecki1-1/+0
2014-07-23b43: register limited amount of 5G channels for BCM43228Rafał Miłecki1-1/+22
2014-07-23b43: N-PHY: don't calculate values for TSSI if we can't transmitRafał Miłecki1-1/+2
2014-07-23b43: report correct rate to mac80211 for 5 GHz packetsRafał Miłecki1-3/+4
2014-07-23mac80211_hwsim: fix compiler warning on MIPSAndrew Bresticker1-3/+8
2014-07-23b43: N-PHY: fix rev7+ typos at random placesRafał Miłecki2-11/+12
2014-07-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville21-395/+966