aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-08brcmfmac: Cleanup function brcmf_notifiy_connect_status_ap.Hante Meuleman1-13/+7
2013-02-08brcmfmac: Update tracelogging for multiple netdevs.Hante Meuleman1-15/+19
2013-02-08brcmfmac: Track statistics per ifp.Hante Meuleman4-66/+27
2013-02-08brcmfmac: Add logging for FIL int set/get cmds.Hante Meuleman1-0/+2
2013-02-08brcmfmac: Track pending 8021x frames per ifp.Hante Meuleman2-15/+17
2013-02-08brcmfmac: Use struct brcmf_if in brcmf_configure_opensecurity.Hante Meuleman1-4/+2
2013-02-08brcmfmac: Remove copy mac address from drvr at netdev up.Hante Meuleman1-2/+0
2013-02-08brcmfmac: Remove drvr_up from bus interface.Hante Meuleman3-22/+2
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-252/+132
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn 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/jberg/mac80211-nextJohn 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