Remove code related to PLATFORM_FREEBSD

This commit is contained in:
Carlos Garces
2021-10-14 20:09:07 +02:00
parent 9d13b33a29
commit 9e36a8086e
18 changed files with 13 additions and 1496 deletions

View File

@@ -64,12 +64,6 @@ extern void rtl871x_cedbg(const char *fmt, ...);
#define KERN_CONT
#endif
#define _seqdump seq_printf
#elif defined PLATFORM_FREEBSD
#define _dbgdump printf
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24))
#define KERN_CONT
#endif
#define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg)
#endif
void RTW_BUF_DUMP_SEL(uint _loglevel, void *sel, u8 *_titlestring,