Commit fe6d68f2 authored by Sachin Kamat's avatar Sachin Kamat Committed by Greg Kroah-Hartman
Browse files

staging: rtl8821ae: stats.c: Remove version specific code



The code should be for the current kernel version. Remove
conditional version based code.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2b4b5a62
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,9 +28,7 @@
 *****************************************************************************/
#include "wifi.h"
#include "stats.h"
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0))
#include <linux/export.h>
#endif

u8 rtl_query_rxpwrpercentage(char antpower)
{