summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* brmc80211: dont use jiffies for BSS TSFJohannes Berg2012-03-131-8/+2
* brcm80211: smac: cleanup couple of debug output statementsArend van Spriel2012-03-051-11/+9
* brcm80211: smac: remove firmware requests from init_module syscallArend van Spriel2012-03-051-12/+19
* brcm80211: fmac: remove firmware requests from init_module syscallArend van Spriel2012-03-051-4/+14
* brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel2012-03-054-18/+8
* brcm80211: fmac: use counters in brcmf_bus structureArend van Spriel2012-03-052-15/+4
* brcm80211: fmac: remove brcmf_usb_attrib structureArend van Spriel2012-03-052-22/+11
* brcm80211: fmac: remove unnecessary NULL pointer checkArend van Spriel2012-03-051-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-291-3/+3
|\
| * brcm80211: smac: only print block-ack timeout message at trace levelArend van Spriel2012-02-231-3/+3
| * brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel2012-02-231-5/+1
* | brcm80211: fmac: use correct firmware filenameRafał Miłecki2012-02-271-3/+3
* | brcm80211: fmac: fix a couple checking after dereference bugsDan Carpenter2012-02-271-4/+4
* | brcm80211: fmac: make sdio firmware filename specificArend van Spriel2012-02-221-6/+6
* | brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel2012-02-227-7/+1812
* | brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()Arend van Spriel2012-02-221-2/+3
* | brcm80211: fmac: change allocation flag in brcmf_enq_event() functionArend van Spriel2012-02-221-2/+4
* | brcm80211: fmac: update bus state in common driver partArend van Spriel2012-02-222-14/+8
* | brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when trueArend van Spriel2012-02-221-4/+3
* | brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel2012-02-223-5/+32
* | brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel2012-02-223-9/+12
* | brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin2012-02-221-4/+4
* | brcm80211: fmac: resolve smatch issues in brcmfmac codeArend van Spriel2012-02-222-2/+3
* | brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel2012-02-223-5/+14
* | brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel2012-02-221-5/+1
* | brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphyArend van Spriel2012-02-221-20/+1
* | brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()Arend van Spriel2012-02-221-4/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-011-1/+9
|\ \ | |/
| * brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka2012-01-181-1/+9
* | brcmfmac: Trivial typo of "couldn" to "could" fixJoe Perches2012-01-241-2/+2
* | brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-2413-24/+46
* | brcm80211: Use brcmu_dbg_hex_dumpJoe Perches2012-01-241-6/+3
* | brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-246-93/+78
* | brcmfmac: Remove useless #ifdef DEBUGJoe Perches2012-01-241-2/+0
* | brcm80211: Add and use brcmX_dbg_dump_hexJoe Perches2012-01-244-92/+84
* | brcmfmac: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-241-4/+4
* | brcm80211: Use normal DEBUG defineJoe Perches2012-01-2416-102/+102
* | brcm80211: make ethtool_ops constStephen Hemminger2012-01-241-2/+2
|/
* brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva2012-01-171-1/+1
* brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds2012-01-171-35/+3
* bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds2012-01-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-121-1/+3
|\
| * brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl2012-01-101-1/+3
* | brcmsmac: fix reading of PCI sprom contentsLinus Torvalds2012-01-121-11/+20
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-0314-592/+531
|\
| * brcm80211: fmac: add Kconfig option for SDIO bus supportFranky Lin2011-12-192-15/+25
| * brcm80211: fmac: exclude unnecessary header filesFranky Lin2011-12-194-6/+0
| * brcm80211: fmac: move idle macros to dhd_sdio.cFranky Lin2011-12-192-6/+6
| * brcm80211: fmac: move debug level macros to dhd_dbg.hFranky Lin2011-12-192-15/+15
| * brcm80211: fmac: abstract ctrl frames interface function pointersFranky Lin2011-12-193-17/+13
OpenPOWER on IntegriCloud