freebsd11_wlan: Remove the BOSII_* ioctls.

They are not used anywhere (the rest of the stack uses the FreeBSD
ioctls instead), and there has been a TODO to remove them for
quite some time.
This commit is contained in:
Augustin Cavalier
2018-10-04 20:07:11 -04:00
parent 8dea3e53a9
commit ece593e6cd
2 changed files with 3 additions and 166 deletions
-24
View File
@@ -1,24 +0,0 @@
/*
* Copyright 2009-2010, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _BOSII_DRIVER_H_
#define _BOSII_DRIVER_H_
#include <ether_driver.h>
#define ETHER_OP_CODES_END (ETHER_GET_LINK_STATE + 1)
// TODO: those will be removed again
/* ioctl() opcodes a wlan driver should support */
enum {
BOSII_DEVICE = ETHER_OP_CODES_END,
BOSII_DETECT_NETWORKS,
BOSII_GET_DETECTED_NETWORKS,
BOSII_JOIN_NETWORK,
BOSII_GET_ASSOCIATED_NETWORK
};
#endif /* _BOSII_DRIVER_H_ */