commit | cf966838cd5596ca61d3e9949050442a943f6238 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Aug 28 17:01:54 2007 -0400 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:48:48 2007 -0700 |
tree | fc5945ad6df812160b1f865ed29a6b1dc184b3c1 | |
parent | eb063c1702a84d58eb4c05a032bbff6f1c29049d [diff] |
[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 <johannes@sipsolutions.net> Acked-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>