Browse Source

Remove unused tsinfo()

Jouni Malinen 16 years ago
parent
commit
1c6965f7db
1 changed files with 0 additions and 7 deletions
  1. 0 7
      hostapd/wme.h

+ 0 - 7
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];