summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-09wl1251: implement hardware ARP filteringDavid Gnedt3-0/+53
2014-01-09wl1251: retry power save entryDavid Gnedt5-1/+58
2014-01-09wl1251: fix scan behaviour while not associatedDavid Gnedt3-1/+17
2014-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-13/+68
2014-01-07mmc: add SDIO identifiers for Broadcom WLAN devicesArend van Spriel3-10/+1
2014-01-07brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel4-20/+14
2014-01-07brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel2-4/+6
2014-01-07brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach()Arend van Spriel3-38/+18
2014-01-07brcmfmac: inform cfg80211 when changing the CONNECTED stateArend van Spriel1-2/+3
2014-01-07brcmfmac: only disable clock when brcmf_sdio_bus_init() failsArend van Spriel1-1/+1
2014-01-07brcmfmac: enable watchdog when bus initialization is completeArend van Spriel1-1/+1
2014-01-07brcmfmac: correct detection of save&restore device capabilityArend van Spriel1-7/+22
2014-01-07brcmfmac: add sdio drive strength programming for bcm4334 chipsetArend van Spriel1-0/+12
2014-01-07brcmfmac: correct reporting HT40 support in wiphy htcapArend van Spriel2-43/+91
2014-01-07brcmfmac: cleanup helper functions in sdio probe pathArend van Spriel1-56/+34
2014-01-07brcmfmac: cleanup helper functions in sdio remove pathArend van Spriel1-29/+10
2014-01-07brcmfmac: Limit control message length from host to device.Hante Meuleman2-5/+10
2014-01-07brcmfmac: Remove some obsolete definitions and variables.Hante Meuleman2-4/+0
2014-01-07brcmfmac: rework SDIO register access functionsArend van Spriel2-132/+96
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-20/+73
2014-01-04Bluetooth: Deal with USB devices that are faking CSR vendorMarcel Holtmann1-1/+45
2014-01-04wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker58-58/+0
2014-01-04ssb: fix sparse warnings in driver_chipcommon_sflash.cHauke Mehrtens1-3/+3
2014-01-04bcma: fix sparse warnings in driver_chipcommon_sflash.cHauke Mehrtens1-3/+3
2014-01-04ath9k: Fix regulatory complianceSujith Manoharan1-3/+2
2014-01-04ath9k: Fix AR955x RX sensitivitySujith Manoharan2-0/+233
2014-01-04wireless: cw1200: Fix memory leak in cw1200_wow_suspend()Christian Engelmayer1-5/+6
2014-01-04ath9k: Add hardware support for QCA9531Sujith Manoharan4-24/+57
2014-01-04ath9k: Initialize QCA953x INI arraysSujith Manoharan1-1/+47
2014-01-04ath9k: Add QCA953x initvalsSujith Manoharan1-0/+718
2014-01-04ath9k: Assign macVersion for QCA9531Sujith Manoharan2-0/+6
2014-01-04ath9k: Add version/revision macros for QCA9531Sujith Manoharan1-1/+12
2014-01-04carl9170: use ether_addr_equal_64bitsJulia Lawall1-3/+3
2014-01-04at76c50x-usb: use ether_addr_equal_64bitsJulia Lawall1-1/+1
2014-01-04ipw2x00: use ether_addr_equal_64bitsJulia Lawall1-1/+1
2014-01-04ath9k: use ether_addr_equal_64bitsJulia Lawall2-2/+2
2014-01-04iwlegacy: use ether_addr_equal_64bitsJulia Lawall2-6/+6
2014-01-04rtlwifi: use ether_addr_equal_64bitsJulia Lawall2-4/+4
2014-01-04mwl8k: use ether_addr_equal_64bitsJulia Lawall1-1/+1
2014-01-04p54: use ether_addr_equal_64bitsJulia Lawall1-1/+1
2014-01-04ath5k: use ether_addr_equal_64bitsJulia Lawall1-2/+2
2014-01-04rt2x00: use ether_addr_equal_64bitsJulia Lawall1-2/+2
2014-01-04ath9k: Fix interrupt statisticsSujith Manoharan1-1/+1
2014-01-04ath9k: Remove unused config option ack_6mbSujith Manoharan2-3/+0
2014-01-04ath9k: Fix AR9100 chip power-onSujith Manoharan1-1/+5
2014-01-04ath9k: Cleanup __ath9k_hw_init()Sujith Manoharan1-32/+32
2014-01-04ath9k: Handle unsupported MAC versions earlySujith Manoharan1-24/+24
2014-01-04ath9k: Move private HW callbacks to hw-ops.hSujith Manoharan2-39/+27
2014-01-04ath9k: Remove unused functionsSujith Manoharan1-12/+0
2014-01-04ath9k: Fix "cc_lock" usageSujith Manoharan2-9/+7