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)
commitcc74c0c7d6d623d0d3f13ef64895937edb7b3177
tree524c4e76e99a0e9042bbc96d590533602de3dd34
parent5bc1420b11903e9f8c470d3b33061b8de0c5c005
mac80211: make ieee80211_beacon_connection_loss_work static

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>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c