]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
atheros: Remove debug for ioctls that are not used anymore
authorShan Palanisamy <Shan.Palanisamy@Atheros.com>
Tue, 26 Oct 2010 19:02:45 +0000 (22:02 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 27 Oct 2010 08:33:40 +0000 (11:33 +0300)
This is needed to fix build with a newer driver version.

src/drivers/driver_atheros.c

index 27107aa14210265750f1ae0fadb9e5f06ec8d594..298b25b143238dfbc042fcfa012f9fa6668757b1 100644 (file)
@@ -125,16 +125,8 @@ static const char * athr_get_ioctl_name(int op)
                return "FILTERFRAME";
        case IEEE80211_IOCTL_SET_RTPARAMS:
                return "SET_RTPARAMS";
-       case IEEE80211_IOCTL_SENDADDBA:
-               return "SENDADDBA";
-       case IEEE80211_IOCTL_GETADDBASTATUS:
-               return "GETADDBASTATUS";
-       case IEEE80211_IOCTL_SENDDELBA:
-               return "SENDDELBA";
        case IEEE80211_IOCTL_SET_MEDENYENTRY:
                return "SET_MEDENYENTRY";
-       case IEEE80211_IOCTL_SET_ADDBARESP:
-               return "SET_ADDBARESP";
        case IEEE80211_IOCTL_GET_MACADDR:
                return "GET_MACADDR";
        case IEEE80211_IOCTL_SET_HBRPARAMS: