From 05a3fc25cf422a1ed90c9458131e1dbb4b1bccbb Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 15 Mar 2009 01:38:37 +0000 Subject: remove gcc-ism; tsinfo isn't used anyway --- contrib/wpa/hostapd/wme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/wpa/hostapd/wme.h b/contrib/wpa/hostapd/wme.h index 4ee281a..3c80c01 100644 --- a/contrib/wpa/hostapd/wme.h +++ b/contrib/wpa/hostapd/wme.h @@ -27,7 +27,7 @@ * defined(__DragonFly__) */ -extern inline u16 tsinfo(int tag1d, int contention_based, int direction) +static inline u16 tsinfo(int tag1d, int contention_based, int direction) { return (tag1d << 11) | (contention_based << 7) | (direction << 5) | (tag1d << 1); -- cgit v1.1