]> Pileus Git - ~andy/linux/commit
mac80211: make __ieee80211_recalc_idle static
authorJohannes Berg <johannes.berg@intel.com>
Thu, 21 Jun 2012 20:30:52 +0000 (22:30 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 26 Jun 2012 10:04:05 +0000 (12:04 +0200)
commitcc45ae547b960b805ee0b201b3807e93a0060472
treed99d1b472582d1b0eb1374ed42d4efeb145b2015
parent371a255e863857f988a91a3850d6feeaa4f3c536
mac80211: make __ieee80211_recalc_idle static

Since it's not called from any file outside where
it's defined, the function can be static if moved
up in the file before the callers.

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