Changeset 6760

Show
Ignore:
Timestamp:
01/19/11 23:03:36 (2 years ago)
Author:
soma
Message:

applications/ffwizard: Just realized we still need to set the bssid for ch. 10.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/applications/luci-ffwizard/luasrc/model/cbi/ffwizard.lua

    r6759 r6760  
    796796                if chan >= 0 and chan < 10 then 
    797797                    bssid = channel .. "2:CA:FF:EE:BA:BE" 
     798                elseif chan == 10 then  
     799                    bssid = "02:CA:FF:EE:BA:BE"  
    798800                elseif chan >= 11 and chan <= 14 then 
    799801                    bssid = string.format("%X",channel) .. "2:CA:FF:EE:BA:BE"