summaryrefslogtreecommitdiff
path: root/virtio_wifi.h
diff options
context:
space:
mode:
Diffstat (limited to 'virtio_wifi.h')
-rw-r--r--virtio_wifi.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/virtio_wifi.h b/virtio_wifi.h
deleted file mode 100644
index 88ac3b2..0000000
--- a/virtio_wifi.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * Copyright (C) 2020 Google, Inc.
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
-
-#ifndef __VIRTIO_WIFI_H
-#define __VIRTIO_WIFI_H
-/*
- * The following constants must match the ones used and defined in
- * external/qemu/include/standard-headers/linux/virtio_ids.h
- */
-
-#define VIRTIO_ID_MAC80211_WLAN 10 /* virtio mac80211 wlan */
-
-#endif /* __VIRTIO_WIFI_H */