summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)Author
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-05-21brcm80211: Fix compile error for .disable_hub_initiated_lpm.Sarah Sharp
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-05-09brcmfmac: add out of band interrupt supportFranky Lin
2012-05-09brcmfmac: postpone interrupt register functionFranky Lin
2012-05-09brcmfmac: check bus state for statusFranky Lin
2012-05-09brcmfmac: stop releasing sdio host in irq handlerFranky Lin
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-02brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin
2012-04-27brcm80211: fmac: fix missing completion events issueFranky Lin
2012-04-27brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-23brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack
2012-04-13brcm80211: smac: only provide valid regulatory hintArend van Spriel
2012-04-13brcm80211: smac: do not use US as fallback regulatory hintArend van Spriel
2012-04-13brcm80211: fmac: clean up chip id tableFranky Lin
2012-04-13brcm80211: fmac: postpone dongle RF enabling.Franky Lin
2012-04-13brcm80211: fmac: add frame header extension supportFranky Lin
2012-04-13brcm80211: fmac: register primary net device with device mac addressArend van Spriel
2012-04-13brcm80211: fmac: remove primary mac address handling from brcmf_net_attachArend van Spriel
2012-04-13brcm80211: fmac: make brcmf_net_attach() staticArend van Spriel
2012-04-13brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel
2012-04-12brcm80211: replace open-coded ARRAY_SIZE with the macroJim Cromie
2012-04-11wireless: Remove unnecessary ; from while (0) macrosJoe Perches
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-03-13brmc80211: dont use jiffies for BSS TSFJohannes Berg
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-03-05brcm80211: smac: cleanup couple of debug output statementsArend van Spriel
2012-03-05brcm80211: smac: remove firmware requests from init_module syscallArend van Spriel
2012-03-05brcm80211: fmac: remove firmware requests from init_module syscallArend van Spriel
2012-03-05brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel
2012-03-05brcm80211: fmac: use counters in brcmf_bus structureArend van Spriel
2012-03-05brcm80211: fmac: remove brcmf_usb_attrib structureArend van Spriel
2012-03-05brcm80211: fmac: remove unnecessary NULL pointer checkArend van Spriel
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-27brcm80211: fmac: use correct firmware filenameRafał Miłecki
2012-02-27brcm80211: fmac: fix a couple checking after dereference bugsDan Carpenter
2012-02-23brcm80211: smac: only print block-ack timeout message at trace levelArend van Spriel
2012-02-23brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel
2012-02-22brcm80211: fmac: make sdio firmware filename specificArend van Spriel
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel
2012-02-22brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()Arend van Spriel
2012-02-22brcm80211: fmac: change allocation flag in brcmf_enq_event() functionArend van Spriel
2012-02-22brcm80211: fmac: update bus state in common driver partArend van Spriel
2012-02-22brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when trueArend van Spriel
2012-02-22brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel
2012-02-22brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel
2012-02-22brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin