summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
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
2011-11-09brcm80211: fmac: remove state from brcmf_if in fullmacFranky Lin1-8/+2
2011-11-09brcm80211: fmac: store brcmf_if in net device private dataFranky Lin1-109/+56
2011-11-09brcm80211: fmac: use brcmf_add_if for all net devicesFranky Lin1-78/+47
2011-11-09brcm80211: fmac: use brcmf_del_if for all net devicesFranky Lin1-29/+26
2011-10-14net: wireless: brcm80210: include module.hStephen Rothwell1-0/+1
2011-10-14brcm80211: moved function brcmu_mkiovarAlwin Beukers1-3/+3
2011-10-14brcm80211: fix annotations in TOE configuration functionsArend van Spriel1-7/+8
2011-10-14brcm80211: rename variable in _brcmf_set_multicast_list()Arend van Spriel1-15/+15
2011-10-14brcm80211: remove sparse warning in fullmac debug functionArend van Spriel1-2/+2
2011-10-12net: wireless: brcm80211: replace ndo_set_multicast_list with ndo_set_rx_modeStephen Rothwell1-1/+1
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+1354