]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f3ed64b78b5b55499bf0582477e4f8a7df69a5a
treebfdd2c00ce3d10538b77a5c998ef0a09e940f8b6
parent6a0da0dc520ce608df872fce31d6809c12839797
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