Changeset 11337
- Timestamp:
- 01/08/09 11:46:53 (4 years ago)
- Location:
- src/router
- Files:
-
- 2 edited
-
httpd/visuals/dd-wrt.c (modified) (3 diffs)
-
libutils/wl.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/visuals/dd-wrt.c
r11335 r11337 5803 5803 } MACHTTRANSMIT_SETTING; 5804 5804 5805 5805 5806 typedef struct _RT_802_11_MAC_ENTRY 5806 5807 { … … 5869 5870 ignore = 1; 5870 5871 } 5871 if( !ignore ) 5872 5873 if( !ignore && table.Num<128) 5872 5874 for( i = 0; i < table.Num; i++ ) 5873 5875 { … … 5876 5878 cnt++; 5877 5879 char mac[32]; 5878 5879 5880 strcpy( mac, ieee80211_ntoa( table.Entry[i].Addr ) ); 5880 5881 if( nvram_match( "maskmac", "1" ) && macmask ) -
src/router/libutils/wl.c
r11336 r11337 414 414 free( sta ); 415 415 } 416 if( !ignore )416 if( !ignore && table.Num<128) 417 417 for( i = 0; i < table.Num; i++ ) 418 418 { … … 480 480 free( sta ); 481 481 } 482 if( !ignore )482 if( !ignore && table.Num<128) 483 483 for( i = 0; i < table.Num; i++ ) 484 484 {
Note: See TracChangeset
for help on using the changeset viewer.
