mac80211: make ieee80211_beacon_connection_loss_work static
authorJohannes Berg <johannes.berg@intel.com>
Wed, 1 Aug 2012 14:49:34 +0000 (16:49 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Aug 2012 11:57:50 +0000 (13:57 +0200)
There's no need to declare the function in the
header file since it's only used in a single
place, so make it static.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found