aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-05brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel1-2/+2
2012-03-05brcm80211: fmac: use counters in brcmf_bus structureArend van Spriel1-4/+4
2012-03-05brcm80211: fmac: remove brcmf_usb_attrib structureArend van Spriel1-8/+9
2012-03-05brcm80211: fmac: remove unnecessary NULL pointer checkArend van Spriel1-3/+0
2012-02-27brcm80211: fmac: use correct firmware filenameRafał Miłecki1-3/+3
2012-02-27brcm80211: fmac: fix a couple checking after dereference bugsDan Carpenter1-4/+4
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel1-0/+1623