From: Jouni Malinen Date: Wed, 4 Mar 2009 09:32:51 +0000 (+0200) Subject: Remove unused tsinfo() X-Git-Tag: hostap_0_7_0~479 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c6965f7db4341de1ffd83f65eb53ab3d53c3765;p=thirdparty%2Fhostap.git Remove unused tsinfo() --- diff --git a/hostapd/wme.h b/hostapd/wme.h index 27d363cd8..9f4ec254f 100644 --- a/hostapd/wme.h +++ b/hostapd/wme.h @@ -27,13 +27,6 @@ * defined(__DragonFly__) */ -extern inline u16 tsinfo(int tag1d, int contention_based, int direction) -{ - return (tag1d << 11) | (contention_based << 7) | (direction << 5) | - (tag1d << 1); -} - - struct wme_information_element { /* required fields for WME version 1 */ u8 oui[3];