Author: fmueller
Date: Fri Aug 20 05:48:00 2010
New Revision: 9057

URL: http://svn.slimdevices.com/jive?rev=9057&view=rev
Log:
Bug: 13950 
Description: Shorter scan list cache timeout to quicker remove APs from scan 
list that are no longer available. 

Added:
    
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/atheros_shorter_scan_list_cache_timeout.patch
Modified:
    
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-src_svn.bb

Modified: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-src_svn.bb
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-src_svn.bb?rev=9057&r1=9056&r2=9057&view=diff
==============================================================================
--- 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-src_svn.bb
 (original)
+++ 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/atheros-ar6-module-src_svn.bb
 Fri Aug 20 05:48:00 2010
@@ -3,7 +3,7 @@
 LICENSE = "binary only"
 
 PV = "1.0"
-PR = "r18"
+PR = "r19"
 
 PROVIDES = "atheros-ar6-module"
 
@@ -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 \

Added: 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/atheros_shorter_scan_list_cache_timeout.patch
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/atheros_shorter_scan_list_cache_timeout.patch?rev=9057&view=auto
==============================================================================
--- 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/atheros_shorter_scan_list_cache_timeout.patch
 (added)
+++ 
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/atheros/files/atheros_shorter_scan_list_cache_timeout.patch
 Fri Aug 20 05:48:00 2010
@@ -1,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
++// 08/20/10 - fm - Bug: 13950 - Shorter scan list cache timeout.
++#define WLAN_NODE_INACT_TIMEOUT_MSEC            15000 // was 120000
+ 
+ #endif /* _IEEE80211_NODE_H_ */

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to