Changeset 9117
- Timestamp:
- 02/25/08 21:05:17 (5 years ago)
- Location:
- src/router/services
- Files:
-
- 3 edited
-
sysinit/defaults.c (modified) (5 diffs)
-
tools/site_survey_broadcom.c (modified) (1 diff)
-
tools/site_survey_madwifi.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/sysinit/defaults.c
r9038 r9117 215 215 {"wan_proto", "disabled", 0}, /* [static|dhcp|pppoe|disabled] */ 216 216 #endif 217 #elif HAVE_DIR400 218 {"wan_proto", "dhcp", 0}, /* [static|dhcp|pppoe|disabled] */ 217 219 #elif HAVE_DIR300 218 220 {"wan_proto", "dhcp", 0}, /* [static|dhcp|pppoe|disabled] */ … … 958 960 {"block_activex", "0", 0}, /* Block ActiveX [1|0] */ 959 961 {"block_cookie", "0", 0}, /* Block Cookie [1|0] */ 960 {"block_multicast", " 0", 0}, /* Multicast Pass Through [1|0] */962 {"block_multicast", "1", 0}, /* Multicast Pass Through [1|0] */ 961 963 {"block_loopback", "0", 0}, /* Block NAT loopback [1|0] */ 962 964 {"ipsec_pass", "1", 0}, /* IPSec Pass Through [1|0] */ … … 972 974 {"block_activex", "0", 0}, /* Block ActiveX [1|0] */ 973 975 {"block_cookie", "0", 0}, /* Block Cookie [1|0] */ 974 {"block_multicast", " 0", 0}, /* Multicast Pass Through [1|0] */976 {"block_multicast", "1", 0}, /* Multicast Pass Through [1|0] */ 975 977 {"block_loopback", "0", 0}, /* Block NAT loopback [1|0] */ 976 978 {"ipsec_pass", "1", 0}, /* IPSec Pass Through [1|0] */ … … 986 988 {"block_activex", "0", 0}, /* Block ActiveX [1|0] */ 987 989 {"block_cookie", "0", 0}, /* Block Cookie [1|0] */ 988 {"block_multicast", " 0", 0}, /* Multicast Pass Through [1|0] */990 {"block_multicast", "1", 0}, /* Multicast Pass Through [1|0] */ 989 991 {"block_loopback", "0", 0}, /* Block NAT loopback [1|0] */ 990 992 {"ipsec_pass", "1", 0}, /* IPSec Pass Through [1|0] */ … … 999 1001 {"block_activex", "0", 0}, /* Block ActiveX [1|0] */ 1000 1002 {"block_cookie", "0", 0}, /* Block Cookie [1|0] */ 1001 {"block_multicast", " 0", 0}, /* Multicast Pass Through [1|0] */1003 {"block_multicast", "1", 0}, /* Multicast Pass Through [1|0] */ 1002 1004 {"block_loopback", "0", 0}, /* Block NAT loopback [1|0] */ 1003 1005 {"ipsec_pass", "1", 0}, /* IPSec Pass Through [1|0] */ -
src/router/services/tools/site_survey_broadcom.c
r7683 r9117 50 50 uint16 beacon_period; /* units are Kusec */ 51 51 uint16 capability; /* Capability information */ 52 // unsigned char athcaps; 52 53 unsigned char ENCINFO[32]; /* encryption info */ 53 54 uint rate_count; /* # rates in this set */ -
src/router/services/tools/site_survey_madwifi.c
r8735 r9117 105 105 unsigned short beacon_period; /* units are Kusec */ 106 106 unsigned short capability; /* Capability information */ 107 // unsigned char athcaps; 107 108 unsigned char ENCINFO[32]; /* encryption info */ 108 109 int rate_count; /* # rates in this set */ … … 165 166 (int) site_survey_lists[i].phy_noise + (int) sr->isr_rssi; 166 167 site_survey_lists[i].capability = sr->isr_capinfo; 168 // site_survey_lists[i].athcaps = sr->isr_athflags; 167 169 site_survey_lists[i].rate_count = sr->isr_nrates; 168 170 cp += sr->isr_len, len -= sr->isr_len;
Note: See TracChangeset
for help on using the changeset viewer.
