summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac
Commit message (Expand)AuthorAgeFilesLines
...
* | brcmfmac: check bus state for statusFranky Lin2012-05-081-1/+1
* | brcmfmac: stop releasing sdio host in irq handlerFranky Lin2012-05-081-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-072-13/+59
|\ \ | |/
| * brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin2012-05-021-0/+1
| * brcm80211: fmac: fix missing completion events issueFranky Lin2012-04-271-12/+51
| * brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin2012-04-271-1/+7
* | brcm80211: fmac: postpone dongle RF enabling.Franky Lin2012-04-132-4/+5
* | brcm80211: fmac: add frame header extension supportFranky Lin2012-04-131-0/+1
* | brcm80211: fmac: register primary net device with device mac addressArend van Spriel2012-04-133-14/+5
* | brcm80211: fmac: remove primary mac address handling from brcmf_net_attachArend van Spriel2012-04-131-13/+12
* | brcm80211: fmac: make brcmf_net_attach() staticArend van Spriel2012-04-132-59/+58
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-161-8/+2
|\
| * brmc80211: dont use jiffies for BSS TSFJohannes Berg2012-03-131-8/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-095-61/+36
|\ \ | |/
| * 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-03-059-50/+1873
|\ \ | |/
| * 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-226-3/+1799
| * 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
* | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-9/+7
|/
* brcmfmac: Trivial typo of "couldn" to "could" fixJoe Perches2012-01-241-2/+2
* brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-249-19/+35
* brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-242-9/+6
* brcmfmac: Remove useless #ifdef DEBUGJoe Perches2012-01-241-2/+0
* brcm80211: Add and use brcmX_dbg_dump_hexJoe Perches2012-01-242-92/+55
* brcmfmac: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-241-4/+4
* brcm80211: Use normal DEBUG defineJoe Perches2012-01-246-58/+58
* brcm80211: make ethtool_ops constStephen Hemminger2012-01-241-2/+2
* brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva2012-01-171-1/+1
* brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl2012-01-101-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-0313-588/+517
|\
| * brcm80211: fmac: add Kconfig option for SDIO bus supportFranky Lin2011-12-191-11/+11
| * 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
| * brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin2011-12-193-5/+5
OpenPOWER on IntegriCloud