summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac
AgeCommit message (Expand)AuthorFilesLines
2012-12-11brcmfmac: remove WL_CONN() macroArend van Spriel2-98/+94
2012-12-11brcmfmac: remove WL_SCAN() macroArend van Spriel2-39/+39
2012-12-11brcmfmac: remove WL_TRACE() macroArend van Spriel2-96/+95
2012-12-11brcmfmac: replace WL_INFO() macroArend van Spriel2-22/+21
2012-12-11brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel2-158/+158
2012-12-11brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel3-68/+10
2012-12-11brcmfmac: error messages should not be suppressedArend van Spriel11-249/+248
2012-12-11brcmfmac: use one list of event defintionsArend van Spriel2-134/+80
2012-12-11brcmfmac: rework bus interfaceArend van Spriel9-47/+111
2012-12-06brcmfmac: convert struct spinlock to spinlock_tLuis R. Rodriguez1-1/+1
2012-11-30brcmfmac: change debug output for received event.Hante Meuleman1-2/+2
2012-11-30brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman1-12/+16
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel2-28/+20
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel2-48/+22
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-5/+6
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-5/+6
2012-11-20brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville1-0/+1
2012-11-20brcmfmac: check return from kzalloc in brcmf_fweh_process_eventJohn W. Linville1-0/+3
2012-11-16brcmfmac: code cleanupHante Meuleman12-119/+16
2012-11-16brcmfmac: limit hex dump on fwil.Hante Meuleman1-6/+15
2012-11-16brcmfmac: sdio module load fix.Hante Meuleman1-3/+0
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman2-71/+79
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman2-1/+3
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman2-9/+16
2012-11-16brcmfmac: Any error should result in failure of probe.Hante Meuleman1-4/+2
2012-11-16brcmfmac: restructure handling of IF eventArend van Spriel1-47/+55
2012-11-16brcmfmac: ignore IF event if it is a add for ifidx 0Arend van Spriel2-7/+15
2012-11-16brcmfmac: fix wrong usage of unaligned include fileArend van Spriel1-1/+1
2012-11-16brcmfmac: fix NULL pointer access in brcmf_fweh_detach()Hante Meuleman1-5/+7
2012-11-16brcmfmac: remove mac address validation from brcmf_net_attach()Arend van Spriel1-10/+2
2012-11-16brcmfmac: change mac address parameter in brcmf_add_if()Arend van Spriel1-5/+7
2012-11-16brcmfmac: correct handling IF firmware eventArend van Spriel1-35/+31
2012-11-16brcmfmac: fix for multiple netdevice interface supportArend van Spriel4-67/+67
2012-11-16brcmfmac: change parameter in brcmf_add_if() functionArend van Spriel3-7/+5
2012-11-16brcmfmac: usb suspend/resume.Hante Meuleman2-96/+58
2012-11-16brcmfmac: cleanup of usb firmware download routinesHante Meuleman1-28/+15
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel9-770/+763
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+4
2012-11-14brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel3-46/+46
2012-11-14brcmfmac: add dedicated USB log level.Hante Meuleman2-29/+53
2012-11-14brcmfmac: on halting driver check before release or free.Hante Meuleman1-1/+5
2012-11-14brcmfmac: check bus state to be data before sending data.Hante Meuleman2-2/+2
2012-11-14brcmfmac: return immediately error for out of range key_idx.Hante Meuleman1-9/+6
2012-11-14brcmfmac: fix build regressionArend van Spriel1-1/+1
2012-11-14brcmfmac: change return type of brcmf_sdio_hdparserFranky Lin1-24/+23
2012-11-14brcmfmac: remove brcmf_sdbrcm_wait_for_eventFranky Lin1-8/+3
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin3-71/+82
2012-11-14brcmfmac: decrease the range of SDIO access lockFranky Lin1-28/+34
2012-11-14brcmfmac: use dynamically allocated control frame bufferFranky Lin1-15/+38
2012-11-14brcmfmac: fix NULL pointer access in brcmf_create_iovar()Arend van Spriel1-1/+1