Loading net/wireless/scan.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -57,7 +57,7 @@ * also linked into the probe response struct. * also linked into the probe response struct. */ */ #define IEEE80211_SCAN_RESULT_EXPIRE (30 * HZ) #define IEEE80211_SCAN_RESULT_EXPIRE (7 * HZ) static void bss_free(struct cfg80211_internal_bss *bss) static void bss_free(struct cfg80211_internal_bss *bss) { { Loading Loading
net/wireless/scan.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -57,7 +57,7 @@ * also linked into the probe response struct. * also linked into the probe response struct. */ */ #define IEEE80211_SCAN_RESULT_EXPIRE (30 * HZ) #define IEEE80211_SCAN_RESULT_EXPIRE (7 * HZ) static void bss_free(struct cfg80211_internal_bss *bss) static void bss_free(struct cfg80211_internal_bss *bss) { { Loading