mac80211: remove almost unused local variable
authorJohannes Berg <johannes.berg@intel.com>
Thu, 26 Jul 2012 12:07:46 +0000 (14:07 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Aug 2012 12:13:39 +0000 (14:13 +0200)
commite31583cdf0e2eb71c44b1288a2d93405f972da68
treebfdd2c00ce3d10538b77a5c998ef0a09e940f8b6
parent466f310d100ff54f346c1be481af9935c42467b3
mac80211: remove almost unused local variable

In ieee80211_beacon_get_tim() we can use the
txrc.sband instead of a separate local variable.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c