summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/usb.c
AgeCommit message (Expand)Author
2015-10-21brcmfmac: Fix race condition between USB probe/load and disconnect.Hante Meuleman
2015-05-09brcmfmac: check result of USB firmware requestRafał Miłecki
2015-02-06brcm80211: Delete unnecessary checks before two function callsMarkus Elfring
2015-01-29brcmfmac: do not load firmware when device is already runningArend van Spriel
2015-01-29brcmfmac: SDIO: avoid using bus state for private states.Hante Meuleman
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-17brcmfmac: kill URB when request timed outMathy Vanhoef
2014-10-30brcmfmac: (clean) Rename dhd_bus.h in bus.hHante Meuleman
2014-10-30brcmfmac: (clean) Rename files dhd_dbg to debugHante Meuleman
2014-10-30brcmfmac: (clean) Remove usb_rdl.h as it is not needed.Hante Meuleman
2014-10-30brcmfmac: Add wowl support for USB devices.Hante Meuleman
2014-07-15brcmfmac: Cleanup used device IDs.Hante Meuleman
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-06-25brcmfmac: Change USB probe routine to support Composite USBHante Meuleman
2014-06-25brcmfmac: Add USB device 43566 to supported devices.Hante Meuleman
2014-06-25brcmfmac: Add 43569 USB support.Hante Meuleman
2014-06-25brcmfmac: assign chip id and rev in bus interface after brcmf_usb_dlneededArend van Spriel
2014-05-29brcmfmac: remove firmware list from USB driverArend van Spriel
2014-05-29brcmfmac: Remove interrupt endpoint usage from USB driver.Hante Meuleman
2014-05-29brcmfmac: use asynchronous firmware request in USBArend van Spriel
2014-05-29brcmfmac: Add log of superspeed device detection to USB probe.Hante Meuleman
2014-05-29brcmfmac: rework usb callback operationsArend van Spriel
2014-05-29brcmfmac: remove .init() callback for internal bus interfaceArend van Spriel
2014-05-13brcmfmac: Make FWS queueing configurable.Hante Meuleman
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel
2013-12-18brcmfmac: Add definition of new protocol layer msgbuf.Hante Meuleman
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller
2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel
2013-09-26brcmfmac: obtain platform data upon module initializationArend van Spriel
2013-08-15brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel
2013-06-12brcmfmac: Take bus flowcontrol at credit mgmt into account.Hante Meuleman
2013-03-06brcmfmac: assure brcmf_txcomplete() is called in failure pathsArend van Spriel
2013-03-06brcmfmac: release transmit packet in brcmf_txcomplete()Arend van Spriel
2013-03-06brcmfmac: cleanup module information macrosArend van Spriel
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-02-08brcmfmac: add chip information to the bus interfaceArend van Spriel
2013-02-08brcmfmac: Track statistics per ifp.Hante Meuleman
2013-01-07brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel
2013-01-07brcmfmac: remove rx helper function from bus interfaceArend van Spriel
2013-01-07brcmfmac: assure USB dongle firmware is reset upon module unloadArend van Spriel
2013-01-07brcmfmac: do not reconfigure refill rx on 0-length packet.Hante Meuleman
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel
2012-12-10brcmfmac: rework bus interfaceArend van Spriel
2012-11-20brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville
2012-11-16brcmfmac: code cleanupHante Meuleman
2012-11-16brcmfmac: usb suspend/resume.Hante Meuleman
2012-11-16brcmfmac: cleanup of usb firmware download routinesHante Meuleman
2012-11-14brcmfmac: add dedicated USB log level.Hante Meuleman