aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16brcmfmac: handle SDIO card removalArend van Spriel1-2/+2
2013-12-18brcmfmac: Add definition of new protocol layer msgbuf.Hante Meuleman1-0/+1
2013-12-02brcmfmac: add separate function for passing bus tx overheadArend van Spriel1-2/+2
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-4/+1
2013-10-03brcmfmac: rework rx path bus interfaceArend van Spriel1-4/+1
2013-09-26brcmfmac: obtain platform data upon module initializationArend van Spriel1-1/+1
2013-08-15brcmfmac: .txdata() bus callback should not call brcmf_txcomplete()Arend van Spriel1-1/+0
2013-06-12brcmfmac: Take bus flowcontrol at credit mgmt into account.Hante Meuleman1-0/+8
2013-03-06brcmfmac: assure brcmf_txcomplete() is called in failure pathsArend van Spriel1-12/+17
2013-03-06brcmfmac: release transmit packet in brcmf_txcomplete()Arend van Spriel1-2/+0
2013-03-06brcmfmac: cleanup module information macrosArend van Spriel1-5/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-8/+3
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-4/+3
2013-02-08brcmfmac: add chip information to the bus interfaceArend van Spriel1-0/+2
2013-02-08brcmfmac: Track statistics per ifp.Hante Meuleman1-8/+1
2013-01-07brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel1-13/+4
2013-01-07brcmfmac: remove rx helper function from bus interfaceArend van Spriel1-1/+4
2013-01-07brcmfmac: assure USB dongle firmware is reset upon module unloadArend van Spriel1-0/+13
2013-01-07brcmfmac: do not reconfigure refill rx on 0-length packet.Hante Meuleman1-1/+5
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel1-38/+38
2012-12-10brcmfmac: rework bus interfaceArend van Spriel1-5/+10
2012-11-20brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville1-0/+1
2012-11-16brcmfmac: code cleanupHante Meuleman1-18/+3
2012-11-16brcmfmac: usb suspend/resume.Hante Meuleman1-83/+53
2012-11-16brcmfmac: cleanup of usb firmware download routinesHante Meuleman1-28/+15
2012-11-14brcmfmac: add dedicated USB log level.Hante Meuleman1-29/+52
2012-10-29brcmfmac: clean usb download code.Hante Meuleman1-33/+8
2012-10-15brcmfmac: handle all exceptions as an error.Hante Meuleman1-1/+1
2012-09-28brcmfmac: notify common driver about usb tx completion.Hante Meuleman1-0/+2
2012-09-28brcmfmac: use wait_event_timeout for fw control packets over usb.Hante Meuleman1-37/+9
2012-09-24brcmfmac: clear control lock on usb error.Hante Meuleman1-0/+2
2012-09-24brcmfmac: remove unused usb bmac model code.Hante Meuleman1-15/+3
2012-09-24brcmfmac: store usb fw images in local linked list.Hante Meuleman1-23/+41
2012-09-24brcmfmac: fix bug causing errorneous free on exception.Hante Meuleman1-4/+2
2012-09-12brcmfmac: avoid using local usb data.Hante Meuleman1-80/+39
2012-09-12brcmfmac: refill buffers on rx protocol error.Hante Meuleman1-4/+2
2012-09-12brcmfmac: Add tx flow control on net if queue for USB.Hante Meuleman1-25/+36
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-15/+15
2012-09-07brcmfmac: Add 43143 USB support.Hante Meuleman1-0/+9
2012-09-07brcmfmac: Add 43242 USB support.Hante Meuleman1-1/+19
2012-09-07brcmfmac: prevent possible race condition on usb rx control.Hante Meuleman1-1/+1
2012-09-05brcmfmac: fix race condition for rx and tx data.Hante Meuleman1-10/+11
2012-09-05brcmfmac: dont use ZERO flag for usb INHante Meuleman1-1/+0
2012-09-05brcmfmac: fix use of dev_kfree_skb() in irq contextArend van Spriel1-4/+4
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-2/+3
2012-05-25brcmfmac: use vmalloc to allocate mem for the firmwareHauke Mehrtens1-2/+3
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
2012-05-21brcm80211: Fix compile error for .disable_hub_initiated_lpm.Sarah Sharp1-1/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-13brcm80211: fmac: register primary net device with device mac addressArend van Spriel1-8/+0