Opened 4 years ago
Closed 19 months ago
#845 closed (fixed)
eko 11482 not fixed...still broken and undefined GHz STILL showing A band radio (fix included)
| Reported by: | macgyver | Owned by: | somebody |
|---|---|---|---|
| Keywords: | Cc: |
Description
From:
router/httpd/visuals/dd-wrt.c
Line 2842 reads:
if( type == 1 && !nvram_match( wl_net_mode, "g-only" )
should be
if( type == 1 && !nvram_match( wl_net_mode, "n-only" )
WL1 still showing ALL bands..B, G , BG MIXED
Line 2845 is not needed
Attachments (1)
Change History (4)
Changed 4 years ago by macgyver
comment:1 Changed 4 years ago by Eko
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 4 years ago by macgyver
- Resolution invalid deleted
- Status changed from closed to reopened
ok fix is wrong, but A band radio still shows:
mixed
b-g mixed
b-only
g-only
should it not only show
N only
A only
N-A only
???
Why does this bug only show up when we select N-only BTW?
comment:3 Changed 19 months ago by LOM
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

You're wrong.... please see the "!"