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)
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>

No differences found