aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r--net/mac80211/sta_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c
index f5c65e891288..7e1e87257647 100644
--- a/net/mac80211/sta_info.c
+++ b/net/mac80211/sta_info.c
@@ -454,7 +454,7 @@ static struct sta_info *__sta_info_unpin(struct sta_info *sta)
454 return ret; 454 return ret;
455} 455}
456 456
457static void __sta_info_unlink(struct sta_info **sta) 457void __sta_info_unlink(struct sta_info **sta)
458{ 458{
459 struct ieee80211_local *local = (*sta)->local; 459 struct ieee80211_local *local = (*sta)->local;
460 struct ieee80211_sub_if_data *sdata = (*sta)->sdata; 460 struct ieee80211_sub_if_data *sdata = (*sta)->sdata;