summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-252/+132
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+3
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-01-07brcmfmac: Update init code routines from interface up.Hante Meuleman2-24/+15
2013-01-07brcmfmac: Removing obsolete variables and inline functions.Hante Meuleman2-26/+0
2013-01-07brcmfmac: Return correct error on netdev xmit.Hante Meuleman1-10/+12
2013-01-07brcmfmac: Remove unused caching dongle error.Hante Meuleman2-23/+2
2013-01-07brcmfmac: remove unnecessary curly braces in dhd_attach()Arend van Spriel1-2/+1
2013-01-07brcmfmac: cleanup netdev transmit callbackArend van Spriel1-9/+13
2013-01-07brcmfmac: remove unused event related definitionsArend van Spriel1-7/+0
2013-01-07brcmfmac: Use dedicated trace level for CDC.Hante Meuleman3-25/+24
2013-01-07brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel6-43/+29
2013-01-07brcmfmac: remove rx helper function from bus interfaceArend van Spriel4-16/+13
2013-01-07brcmfmac: define pr_fmt in one placeArend van Spriel9-16/+4
2013-01-07brcmfmac: assure USB dongle firmware is reset upon module unloadArend van Spriel4-1/+27
2013-01-07brcmfmac: removed deprecated set_bitrate_mask supportHante Meuleman1-62/+0
2013-01-07brcmfmac: do not reconfigure refill rx on 0-length packet.Hante Meuleman1-1/+5
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+5
2013-01-02brcmfmac: fix parsing rsn ie for ap mode.Hante Meuleman1-2/+3
2012-12-10brcmfmac: remove WL_CONN() macroArend van Spriel2-98/+94
2012-12-10brcmfmac: remove WL_SCAN() macroArend van Spriel2-39/+39
2012-12-10brcmfmac: remove WL_TRACE() macroArend van Spriel2-96/+95
2012-12-10brcmfmac: replace WL_INFO() macroArend van Spriel2-22/+21
2012-12-10brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel2-158/+158
2012-12-10brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel3-68/+10
2012-12-10brcmfmac: error messages should not be suppressedArend van Spriel11-249/+248
2012-12-10brcmfmac: use one list of event defintionsArend van Spriel2-134/+80
2012-12-10brcmfmac: 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