1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2025-11-14 22:18:20 +03:00

Add RHEL 8 support and support for possible work on future RHEL

releases.
This commit is contained in:
Quentin Barnes
2020-03-28 10:15:18 -05:00
parent be92ddcdb2
commit 1076705322
6 changed files with 18 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
#define __PLATFORM_AML_S905_SDIO_H__
#include <linux/version.h> /* Linux vresion */
#ifndef RHEL_RELEASE_CODE
#define RHEL_RELEASE_VERSION(a,b) (((a) << 8) + (b))
#define RHEL_RELEASE_CODE 0
#endif
extern void sdio_reinit(void);
extern void extern_wifi_set_enable(int is_on);