summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-1/+1
| |\
| | * brcm80211: pointless current->files passed to filp_close()Al Viro2012-07-291-1/+1
* | | brcmfmac: add callback for nl80211 testmode commandArend van Spriel2012-09-071-0/+8
|/ /
* | brcmfmac: add support for bus specific data commandFranky Lin2012-06-271-0/+2
* | brcmfmac: add debugfs helper functionsArend van Spriel2012-06-131-0/+7
|/
* brcm80211: fmac: postpone dongle RF enabling.Franky Lin2012-04-131-0/+5
* brcm80211: fmac: register primary net device with device mac addressArend van Spriel2012-04-131-0/+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-131-58/+58
* 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-051-11/+3
* brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel2012-02-221-0/+8
* brcm80211: fmac: update bus state in common driver partArend van Spriel2012-02-221-11/+8
* brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel2012-02-221-0/+24
* brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin2012-02-221-4/+4
* brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-241-0/+2
* brcm80211: Use normal DEBUG defineJoe Perches2012-01-241-2/+2
* brcm80211: make ethtool_ops constStephen Hemminger2012-01-241-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-238/+185
|\
| * brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin2011-12-191-1/+1
| * brcm80211: fmac: abstract bus_init interface function pointerFranky Lin2011-12-191-1/+1
| * brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin2011-12-191-1/+1
| * brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin2011-12-191-3/+1
| * brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin2011-12-191-7/+8
| * brcm80211: fmac: move tx flow ctrl flag to bus layerFranky Lin2011-12-191-1/+0
| * brcm80211: fmac: move packet realloc stats to struct brcmf_busFranky Lin2011-12-191-1/+1
| * brcm80211: fmac: move dongle statistics to struct brcmf_busFranky Lin2011-12-191-15/+15
| * brcm80211: fmac: remove duplicate statistics from driver data structureFranky Lin2011-12-191-7/+3
| * brcm80211: fmac: move driver up status to struct brcmf_busFranky Lin2011-12-191-9/+9
| * brcm80211: fmac: change function proto_hdrpull parameterFranky Lin2011-12-191-1/+1
| * brcm80211: fmac: change function rx_frame parameterFranky Lin2011-12-191-1/+3
| * brcm80211: fmac: change function txcomplete parameterFranky Lin2011-12-191-1/+3
| * brcm80211: fmac: change function txflowcontrol parameterFranky Lin2011-12-191-1/+3
| * brcm80211: fmac: change function brcmf_detach parameterFranky Lin2011-12-191-16/+17
| * brcm80211: fmac: change function bus_start parameterFranky Lin2011-12-191-4/+6
| * brcm80211: fmac: change function add_if parameterFranky Lin2011-12-191-1/+5
| * brcm80211: fmac: remove oneline proto block functionsFranky Lin2011-12-191-19/+0
| * brcm80211: fmac: unify common layer driver data structureFranky Lin2011-12-191-202/+161
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-2/+2
|/
* brcm80211: fmac: change function bus_stop parameterFranky Lin2011-11-281-1/+1
* brcm80211: fmac: remove function brcmf_bus_get_deviceFranky Lin2011-11-281-6/+2
* brcm80211: fmac: change function bus_init parameterFranky Lin2011-11-281-1/+1
* brcm80211: fmac: change function bus_txdata parameterFranky Lin2011-11-281-1/+1
* brcm80211: fmac: change function bus_rxctl parameterFranky Lin2011-11-281-0/+1
* brcm80211: fmac: move busstate to struct brcmf_busFranky Lin2011-11-281-7/+11
* brcm80211: fmac: rename structure brcmf_bus to brcmf_sdioFranky Lin2011-11-281-1/+1
* brcm80211: fmac: remove function brcmf_c_initFranky Lin2011-11-281-0/+1
* brcm80211: fmac: move module init/exit to sdio layerFranky Lin2011-11-281-28/+0
* brcm80211: fmac: discard packet received when net device not registeredFranky Lin2011-11-281-0/+6
OpenPOWER on IntegriCloud