aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-07-29brcm80211: pointless current->files passed to filp_close()Al Viro1-1/+1
2012-06-27brcmfmac: add support for bus specific data commandFranky Lin1-0/+2
2012-06-13brcmfmac: add debugfs helper functionsArend van Spriel1-0/+7
2012-04-13brcm80211: fmac: postpone dongle RF enabling.Franky Lin1-0/+5
2012-04-13brcm80211: fmac: register primary net device with device mac addressArend van Spriel1-0/+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 Spriel1-58/+58
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 Spriel1-11/+3
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel1-0/+8
2012-02-22brcm80211: fmac: update bus state in common driver partArend van Spriel1-11/+8
2012-02-22brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel1-0/+24
2012-02-22brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin1-4/+4
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches1-2/+2
2012-01-24brcm80211: make ethtool_ops constStephen Hemminger1-2/+2
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-238/+185
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-19brcm80211: fmac: abstract bus_txdata interface function pointerFranky Lin1-1/+1
2011-12-19brcm80211: fmac: abstract bus_init interface function pointerFranky Lin1-1/+1
2011-12-19brcm80211: fmac: abstract bus_stop interface function pointerFranky Lin1-1/+1
2011-12-19brcm80211: fmac: stop referencing brcmf_sdio in common layerFranky Lin1-3/+1
2011-12-19brcm80211: fmac: stop referencing brcmf_pub in bus layerFranky Lin1-7/+8
2011-12-19brcm80211: fmac: move tx flow ctrl flag to bus layerFranky Lin1-1/+0
2011-12-19brcm80211: fmac: move packet realloc stats to struct brcmf_busFranky Lin1-1/+1
2011-12-19brcm80211: fmac: move dongle statistics to struct brcmf_busFranky Lin1-15/+15
2011-12-19brcm80211: fmac: remove duplicate statistics from driver data structureFranky Lin1-7/+3
2011-12-19brcm80211: fmac: move driver up status to struct brcmf_busFranky Lin1-9/+9
2011-12-19brcm80211: fmac: change function proto_hdrpull parameterFranky Lin1-1/+1
2011-12-19brcm80211: fmac: change function rx_frame parameterFranky Lin1-1/+3
2011-12-19brcm80211: fmac: change function txcomplete parameterFranky Lin1-1/+3
2011-12-19brcm80211: fmac: change function txflowcontrol parameterFranky Lin1-1/+3
2011-12-19brcm80211: fmac: change function brcmf_detach parameterFranky Lin1-16/+17
2011-12-19brcm80211: fmac: change function bus_start parameterFranky Lin1-4/+6
2011-12-19brcm80211: fmac: change function add_if parameterFranky Lin1-1/+5
2011-12-19brcm80211: fmac: remove oneline proto block functionsFranky Lin1-19/+0
2011-12-19brcm80211: fmac: unify common layer driver data structureFranky Lin1-202/+161
2011-11-28brcm80211: fmac: change function bus_stop parameterFranky Lin1-1/+1
2011-11-28brcm80211: fmac: remove function brcmf_bus_get_deviceFranky Lin1-6/+2
2011-11-28brcm80211: fmac: change function bus_init parameterFranky Lin1-1/+1
2011-11-28brcm80211: fmac: change function bus_txdata parameterFranky Lin1-1/+1
2011-11-28brcm80211: fmac: change function bus_rxctl parameterFranky Lin1-0/+1
2011-11-28brcm80211: fmac: move busstate to struct brcmf_busFranky Lin1-7/+11
2011-11-28brcm80211: fmac: rename structure brcmf_bus to brcmf_sdioFranky Lin1-1/+1
2011-11-28brcm80211: fmac: remove function brcmf_c_initFranky Lin1-0/+1
2011-11-28brcm80211: fmac: move module init/exit to sdio layerFranky Lin1-28/+0
2011-11-28brcm80211: fmac: discard packet received when net device not registeredFranky Lin1-0/+6
2011-11-28brcm80211: fmac: change firmware/nvram name to be more genericFranky Lin1-2/+0
2011-11-28brcm80211: fmac: cleanup receive path using proper skb_queue functionsArend van Spriel1-10/+5