From 7dd64c413832989fbd2b71f11d7324e432474b39 Mon Sep 17 00:00:00 2001 From: Kalle Valo Date: Mon, 29 Dec 2008 10:02:48 +0200 Subject: [PATCH] --- yaml --- r: 134065 b: refs/heads/master c: b3093664c931aa06fc50da42e25b3b6dc307a915 h: refs/heads/master i: 134063: ed4b4631f51a41fbffd33602e6dd3b0460f6dcbc v: v3 --- [refs] | 2 +- trunk/net/mac80211/util.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index c5d6835f3c13..bb7993a4d804 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c557289cb8ea063bd09db88f8a687a841556e291 +refs/heads/master: b3093664c931aa06fc50da42e25b3b6dc307a915 diff --git a/trunk/net/mac80211/util.c b/trunk/net/mac80211/util.c index fb89e1d0aa03..5cd430333f08 100644 --- a/trunk/net/mac80211/util.c +++ b/trunk/net/mac80211/util.c @@ -352,8 +352,8 @@ static void __ieee80211_wake_queue(struct ieee80211_hw *hw, int queue, } } -void ieee80211_wake_queue_by_reason(struct ieee80211_hw *hw, int queue, - enum queue_stop_reason reason) +static void ieee80211_wake_queue_by_reason(struct ieee80211_hw *hw, int queue, + enum queue_stop_reason reason) { struct ieee80211_local *local = hw_to_local(hw); unsigned long flags; @@ -382,8 +382,8 @@ static void __ieee80211_stop_queue(struct ieee80211_hw *hw, int queue, netif_stop_subqueue(local->mdev, queue); } -void ieee80211_stop_queue_by_reason(struct ieee80211_hw *hw, int queue, - enum queue_stop_reason reason) +static void ieee80211_stop_queue_by_reason(struct ieee80211_hw *hw, int queue, + enum queue_stop_reason reason) { struct ieee80211_local *local = hw_to_local(hw); unsigned long flags;