summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac
AgeCommit message (Expand)Author
2013-01-02brcmfmac: fix parsing rsn ie for ap mode.Hante Meuleman
2012-12-10brcmfmac: remove WL_CONN() macroArend van Spriel
2012-12-10brcmfmac: remove WL_SCAN() macroArend van Spriel
2012-12-10brcmfmac: remove WL_TRACE() macroArend van Spriel
2012-12-10brcmfmac: replace WL_INFO() macroArend van Spriel
2012-12-10brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel
2012-12-10brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel
2012-12-10brcmfmac: use one list of event defintionsArend van Spriel
2012-12-10brcmfmac: rework bus interfaceArend van Spriel
2012-12-06brcmfmac: convert struct spinlock to spinlock_tLuis R. Rodriguez
2012-11-30brcmfmac: change debug output for received event.Hante Meuleman
2012-11-30brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-26cfg80211: pass a channel definition structJohannes Berg
2012-11-20brcmfmac: include linux/vmalloc.h from usb.cJohn W. Linville
2012-11-20brcmfmac: check return from kzalloc in brcmf_fweh_process_eventJohn W. Linville
2012-11-16brcmfmac: code cleanupHante Meuleman
2012-11-16brcmfmac: limit hex dump on fwil.Hante Meuleman
2012-11-16brcmfmac: sdio module load fix.Hante Meuleman
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman
2012-11-16brcmfmac: Any error should result in failure of probe.Hante Meuleman
2012-11-16brcmfmac: restructure handling of IF eventArend van Spriel
2012-11-16brcmfmac: ignore IF event if it is a add for ifidx 0Arend van Spriel
2012-11-16brcmfmac: fix wrong usage of unaligned include fileArend van Spriel
2012-11-16brcmfmac: fix NULL pointer access in brcmf_fweh_detach()Hante Meuleman
2012-11-16brcmfmac: remove mac address validation from brcmf_net_attach()Arend van Spriel
2012-11-16brcmfmac: change mac address parameter in brcmf_add_if()Arend van Spriel
2012-11-16brcmfmac: correct handling IF firmware eventArend van Spriel
2012-11-16brcmfmac: fix for multiple netdevice interface supportArend van Spriel
2012-11-16brcmfmac: change parameter in brcmf_add_if() functionArend van Spriel
2012-11-16brcmfmac: usb suspend/resume.Hante Meuleman
2012-11-16brcmfmac: cleanup of usb firmware download routinesHante Meuleman
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-14brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel
2012-11-14brcmfmac: add dedicated USB log level.Hante Meuleman
2012-11-14brcmfmac: on halting driver check before release or free.Hante Meuleman
2012-11-14brcmfmac: check bus state to be data before sending data.Hante Meuleman
2012-11-14brcmfmac: return immediately error for out of range key_idx.Hante Meuleman
2012-11-14brcmfmac: fix build regressionArend van Spriel
2012-11-14brcmfmac: change return type of brcmf_sdio_hdparserFranky Lin
2012-11-14brcmfmac: remove brcmf_sdbrcm_wait_for_eventFranky Lin
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin
2012-11-14brcmfmac: decrease the range of SDIO access lockFranky Lin
2012-11-14brcmfmac: use dynamically allocated control frame bufferFranky Lin