commit | b3093664c931aa06fc50da42e25b3b6dc307a915 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kalle.valo@iki.fi> | Mon Dec 29 10:02:48 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 15:59:41 2009 -0500 |
tree | 1293d1450d98062d0d56ce3e7160ecd3596a1399 | |
parent | c557289cb8ea063bd09db88f8a687a841556e291 [diff] |
mac80211: make wake/stop_queue_by_reason() functions static Fixes sparse warnings: net/mac80211/util.c:355:6: warning: symbol 'ieee80211_wake_queue_by_reason' was not declared. Should it be static? net/mac80211/util.c:385:6: warning: symbol 'ieee80211_stop_queue_by_reason' was not declared. Should it be static? Thanks to Johannes Berg for reporting this. Signed-off-by: Kalle Valo <kalle.valo@iki.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>