001-use-kernel-byteorder.patch 440 B

123456789101112131415
  1. Fix compile problem when rtw_byteorder.h and asm/byteorder.h gets
  2. included in addition for example indirectly, do not use realtek own copy
  3. of the byteorder headers.
  4. --- a/include/drv_types.h
  5. +++ b/include/drv_types.h
  6. @@ -30,7 +30,7 @@
  7. #include <drv_conf.h>
  8. #include <basic_types.h>
  9. #include <osdep_service.h>
  10. -#include <rtw_byteorder.h>
  11. +#include <asm/byteorder.h>
  12. #include <wlan_bssdef.h>
  13. #include <wifi.h>
  14. #include <ieee80211.h>