]> git.baikalelectronics.ru Git - kernel.git/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)
commita3488802c2f7c8bf9b82cca5f5e74120884cd1f9
treed99d1b472582d1b0eb1374ed42d4efeb145b2015
parent6a634fda49bafca58a915613d8e6ad175db2d6df
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