]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove unused tsinfo()
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 4 Mar 2009 09:32:51 +0000 (11:32 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 4 Mar 2009 09:32:51 +0000 (11:32 +0200)
hostapd/wme.h

index 27d363cd8b88a17eb2f3b3ef5e2a927ce0757638..9f4ec254f1581167845635237d7f55c0b6035720 100644 (file)
        * 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];