Use kernel endian config

Remove custom vendor files.

Reviewed-by: Giulio Benetti giulio.benetti@benettiengineering.com
This commit is contained in:
Carlos Garces
2021-11-16 20:49:51 +01:00
committed by Carlos Garcés
parent c68f509db8
commit b3da33576d
17 changed files with 423 additions and 1195 deletions

View File

@@ -64,8 +64,6 @@
#include <drv_types_ce.h>
#endif
/* #include <rtw_byteorder.h> */
#ifndef BIT
#define BIT(x) (1 << (x))
#endif