summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac
AgeCommit message (Expand)AuthorFilesLines
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. Linville5-61/+36
2012-03-05brcm80211: fmac: remove firmware requests from init_module syscallArend van Spriel1-4/+14
2012-03-05brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel4-18/+8
2012-03-05brcm80211: fmac: use counters in brcmf_bus structureArend van Spriel2-15/+4
2012-03-05brcm80211: fmac: remove brcmf_usb_attrib structureArend van Spriel2-22/+11
2012-03-05brcm80211: fmac: remove unnecessary NULL pointer checkArend van Spriel1-3/+0
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-50/+1873
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: make sdio firmware filename specificArend van Spriel1-6/+6
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel6-3/+1799
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-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-9/+7
2012-01-24brcmfmac: Trivial typo of "couldn" to "could" fixJoe Perches1-2/+2
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches9-19/+35
2012-01-24brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2-9/+6
2012-01-24brcmfmac: Remove useless #ifdef DEBUGJoe Perches1-2/+0
2012-01-24brcm80211: Add and use brcmX_dbg_dump_hexJoe Perches2-92/+55
2012-01-24brcmfmac: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-4/+4
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches6-58/+58
2012-01-24brcm80211: make ethtool_ops constStephen Hemminger1-2/+2
2012-01-17brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva1-1/+1
2012-01-10brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl1-1/+3
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-588/+517
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-19brcm80211: fmac: add Kconfig option for SDIO bus supportFranky Lin1-11/+11
2011-12-19brcm80211: fmac: exclude unnecessary header filesFranky Lin4-6/+0
2011-12-19brcm80211: fmac: move idle macros to dhd_sdio.cFranky Lin2-6/+6
2011-12-19brcm80211: fmac: move debug level macros to dhd_dbg.hFranky Lin2-15/+15
2011-12-19brcm80211: fmac: abstract ctrl frames interface function pointersFranky Lin3-17/+13
2011-12-19brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin3-5/+5
2011-12-19brcm80211: fmac: abstract bus_init interface function pointerFranky Lin3-5/+5
2011-12-19brcm80211: fmac: move common layer bus interface context to dhd_bus.hFranky Lin4-75/+78
2011-12-19brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin4-86/+88
2011-12-19brcm80211: fmac: move sdio related macros to sdio_host.hFranky Lin6-10/+13
2011-12-19brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin5-11/+7
2011-12-19brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin3-33/+29
2011-12-19brcm80211: fmac: move tx flow ctrl flag to bus layerFranky Lin3-4/+8
2011-12-19brcm80211: fmac: move packet realloc stats to struct brcmf_busFranky Lin3-4/+3
2011-12-19brcm80211: fmac: move dongle statistics to struct brcmf_busFranky Lin3-27/+27
2011-12-19brcm80211: fmac: remove duplicate statistics from driver data structureFranky Lin5-45/+13