summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2012-05-09brcmfmac: add out of band interrupt supportFranky Lin5-15/+240
2012-05-09brcmfmac: postpone interrupt register functionFranky Lin1-9/+6
2012-05-09brcmfmac: check bus state for statusFranky Lin1-1/+1
2012-05-09brcmfmac: stop releasing sdio host in irq handlerFranky Lin1-4/+0
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+60
2012-05-02brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin1-0/+1
2012-04-27brcm80211: fmac: fix missing completion events issueFranky Lin1-12/+51
2012-04-27brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin1-1/+7
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2012-04-23brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack1-2/+1
2012-04-13brcm80211: smac: only provide valid regulatory hintArend van Spriel1-1/+35
2012-04-13brcm80211: smac: do not use US as fallback regulatory hintArend van Spriel1-5/+1
2012-04-13brcm80211: fmac: clean up chip id tableFranky Lin1-29/+11
2012-04-13brcm80211: fmac: postpone dongle RF enabling.Franky Lin2-4/+5
2012-04-13brcm80211: fmac: add frame header extension supportFranky Lin1-0/+1
2012-04-13brcm80211: fmac: register primary net device with device mac addressArend van Spriel3-14/+5
2012-04-13brcm80211: fmac: remove primary mac address handling from brcmf_net_attachArend van Spriel1-13/+12
2012-04-13brcm80211: fmac: make brcmf_net_attach() staticArend van Spriel2-59/+58
2012-04-13brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel1-0/+8
2012-04-12brcm80211: replace open-coded ARRAY_SIZE with the macroJim Cromie2-32/+12
2012-04-12wireless: Remove unnecessary ; from while (0) macrosJoe Perches1-1/+1
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+2
2012-03-13brmc80211: dont use jiffies for BSS TSFJohannes Berg1-8/+2
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-84/+64
2012-03-06brcm80211: smac: cleanup couple of debug output statementsArend van Spriel1-11/+9
2012-03-06brcm80211: smac: remove firmware requests from init_module syscallArend van Spriel1-12/+19
2012-03-06brcm80211: fmac: remove firmware requests from init_module syscallArend van Spriel1-4/+14
2012-03-06brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel4-18/+8
2012-03-06brcm80211: fmac: use counters in brcmf_bus structureArend van Spriel2-15/+4
2012-03-06brcm80211: fmac: remove brcmf_usb_attrib structureArend van Spriel2-22/+11
2012-03-06brcm80211: fmac: remove unnecessary NULL pointer checkArend van Spriel1-3/+0
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-83/+1904
2012-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+4
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
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-24brcm80211: smac: only print block-ack timeout message at trace levelArend van Spriel1-3/+3
2012-02-24brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel1-5/+1
2012-02-22brcm80211: fmac: make sdio firmware filename specificArend van Spriel1-6/+6
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel7-7/+1812
2012-02-22brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()Arend van Spriel1-2/+3
2012-02-22brcm80211: fmac: change allocation flag in brcmf_enq_event() functionArend van Spriel1-2/+4
2012-02-22brcm80211: fmac: update bus state in common driver partArend van Spriel2-14/+8
2012-02-22brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when trueArend van Spriel1-4/+3
2012-02-22brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel3-5/+32
2012-02-22brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel3-9/+12
2012-02-22brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin1-4/+4
2012-02-22brcm80211: fmac: resolve smatch issues in brcmfmac codeArend van Spriel2-2/+3
2012-02-22brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel3-5/+14
2012-02-22brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel1-5/+1