]> 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)
commit7598c8772c04c6d043f01a848c84db9ad83e1a5f
treebfdd2c00ce3d10538b77a5c998ef0a09e940f8b6
parent58523d394cc7febeac816bec70e90c42c6aae8fc
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