From: Johannes Berg Date: Tue, 28 Aug 2007 21:01:54 +0000 (-0400) Subject: [MAC80211]: use switch statement in tx code X-Git-Tag: v2.6.24-rc1~1454^2~731 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf966838cd5596ca61d3e9949050442a943f6238;p=pandora-kernel.git [MAC80211]: use switch statement in tx code The transmit code needs to set the addresses depending on the interface type, a likely() for AP/VLAN is quite wrong since most people will be using STA; convert to a switch statement to make it look nicer. Signed-off-by: Johannes Berg Acked-by: Michael Wu Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- Reading git-diff-tree failed