Changeset 18926
- Timestamp:
- 04/05/12 15:21:28 (14 months ago)
- Location:
- src/router/httpd/visuals
- Files:
-
- 2 edited
-
dd-wrt.c (modified) (4 diffs)
-
setupassistant.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/visuals/dd-wrt.c
r18925 r18926 4178 4178 4179 4179 #if defined(HAVE_ATH9K) 4180 if ( has_ht40(prefix) || !is_ath9k(prefix))4180 if (!is_ath9k(prefix) || has_ht40(prefix)) 4181 4181 #endif 4182 4182 if ((nvram_nmatch("n-only", "%s_net_mode", prefix) … … 4203 4203 { 4204 4204 #if defined(HAVE_ATH9K) 4205 if ( has_ht40(prefix) || !is_ath9k(prefix))4205 if (!is_ath9k(prefix) || has_ht40(prefix)) 4206 4206 #endif 4207 4207 websWrite(wp, … … 4833 4833 /* limit channel options by mode */ 4834 4834 #if defined(HAVE_ATH9K) 4835 if ( has_ht40(prefix) || !is_ath9k(prefix))4835 if (!is_ath9k(prefix) || has_ht40(prefix)) 4836 4836 #endif 4837 4837 if (is_ath11n(prefix)) { … … 4858 4858 { 4859 4859 #if defined(HAVE_ATH9K) 4860 if ( has_ht40(prefix) || !is_ath9k(prefix))4860 if (!is_ath9k(prefix) || has_ht40(prefix)) 4861 4861 #endif 4862 4862 websWrite(wp, -
src/router/httpd/visuals/setupassistant.c
r18925 r18926 712 712 { 713 713 #if defined(HAVE_ATH9K) 714 if ( has_ht40(prefix) || !is_ath9k(prefix))714 if (!is_ath9k(prefix) || has_ht40(prefix)) 715 715 #endif 716 716 websWrite(wp, … … 731 731 { 732 732 #if defined(HAVE_ATH9K) 733 if ( has_ht40(prefix) || !is_ath9k(prefix))733 if (!is_ath9k(prefix) || has_ht40(prefix)) 734 734 #endif 735 735 websWrite(wp,
Note: See TracChangeset
for help on using the changeset viewer.
