Index: files/atheros_shorter_scan_list_cache_timeout.patch =================================================================== --- files/atheros_shorter_scan_list_cache_timeout.patch (revision 0) +++ files/atheros_shorter_scan_list_cache_timeout.patch (revision 0) @@ -0,0 +1,11 @@ +--- AR6kSDK.build_sw.62/host/wlan/include/ieee80211_node.h.orig 2010-05-17 13:34:21.000000000 +0200 ++++ AR6kSDK.build_sw.62/host/wlan/include/ieee80211_node.h 2010-05-17 13:48:36.000000000 +0200 +@@ -80,6 +80,7 @@ struct ieee80211_node_table { + #endif + }; + +-#define WLAN_NODE_INACT_TIMEOUT_MSEC 120000 ++// 05/17/10 - fm - Bug: 13950 - Shorter scan list cache timeout. ++#define WLAN_NODE_INACT_TIMEOUT_MSEC 15000 //120000 + + #endif /* _IEEE80211_NODE_H_ */ Index: atheros-ar6-module-src_svn.bb =================================================================== --- atheros-ar6-module-src_svn.bb (revision 8774) +++ atheros-ar6-module-src_svn.bb (working copy) @@ -16,6 +16,7 @@ file://atheros_scan_hidden_ssid.patch;patch=1 \ file://change-ar6k-semaphore-type.patch;patch=1 \ file://atheros_disable_tcmd.patch;patch=1 \ + file://atheros_shorter_scan_list_cache_timeout.patch;patch=1 \ file://wlan \ file://athwlan.bin \ file://calData_ar6102_15dBm.bin \