[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1343749569.6383.2.camel@joe2Laptop>
Date: Tue, 31 Jul 2012 08:46:09 -0700
From: Joe Perches <joe@...ches.com>
To: Johannes Berg <johannes@...solutions.net>
Cc: linux-wireless@...r.kernel.org,
Johannes Berg <johannes.berg@...el.com>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] mac80211: use eth_broadcast_addr
On Tue, 2012-07-31 at 16:21 +0200, Johannes Berg wrote:
> Instead of memset().
Maybe just do them all?
git ls-files net drivers/net |
xargs perl -p -i -e 's/\bmemset\s*\(\s*([^,]+),\s*(?i:0xff|255)\s*\,\s*(ETH_ALEN|6)\s*\)/eth_broadcast_addr\(\1\)/g'
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists