atheros: Remove debug for ioctls that are not used anymore
This is needed to fix build with a newer driver version.
This commit is contained in:
parent
0ae2aa14a5
commit
d143bdc862
1 changed files with 0 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue