]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68dd14f71832ba3f2f7d69f80f5430da2fcf42a5
tree524c4e76e99a0e9042bbc96d590533602de3dd34
parentd2a61ea721b4b9b5170118b62022ae05f17c58dd
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