Loading drivers/net/wireless/wcnss/wcnss_wlan.c +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ static DEFINE_SPINLOCK(reg_spinlock); /* max 20mhz channel count */ #define WCNSS_MAX_CH_NUM 45 #define WCNSS_MAX_PIL_RETRY 3 #define WCNSS_MAX_PIL_RETRY 2 #define VALID_VERSION(version) \ ((strncmp(version, "INVALID", WCNSS_VERSION_LEN)) ? 1 : 0) Loading Loading
drivers/net/wireless/wcnss/wcnss_wlan.c +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ static DEFINE_SPINLOCK(reg_spinlock); /* max 20mhz channel count */ #define WCNSS_MAX_CH_NUM 45 #define WCNSS_MAX_PIL_RETRY 3 #define WCNSS_MAX_PIL_RETRY 2 #define VALID_VERSION(version) \ ((strncmp(version, "INVALID", WCNSS_VERSION_LEN)) ? 1 : 0) Loading