From: Johannes Berg Date: Tue, 17 Nov 2009 12:34:04 +0000 (+0100) Subject: mac80211: use fixed broadcast address X-Git-Tag: v2.6.33-rc1~388^2~214^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ff63653e507ec928a4a4386405a82446e096b1;p=pandora-kernel.git mac80211: use fixed broadcast address The netdev broadcast address cannot change from all-ones so there's no need to use it; we can instead hard-code it. Since we already have an instance in tkip.c, which will be shared if it is marked static const, doing this reduces text size at no data/bss cost. The real motivation for this is, of course, the desire to get rid of almost all uses of netdevs in mac80211 so that auditing their use becomes easier. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed