Changeset 1932

Show
Ignore:
Timestamp:
19/07/11 17:52:24 (23 months ago)
Author:
matthijs
Message:

ra_wifi: Fix and re-enable WPS again.

In a driver config update in r1638 the WscConfStatus? variable, which is
required for WPS to work, was accidentally removed. This commit re-adds
it and enables WPS again.

Thanks to Giuseppe Giudice for this patch.

Closes: #642
References: #540

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fon/ra_wifi/files/lib/wifi/rt3052.sh

    r1930 r1932  
    144144HT_GI=1 
    145145HT_MCS=33 
     146WscConfStatus=2 
    146147HT_TxStream=2 
    147148HT_RxStream=2 
     
    213214                                                iwpriv $ifname set DefaultKeyID=2 
    214215                                                iwpriv $ifname set SSID=${ssid} 
    215                                                 # WPS disabled temporarily, since it 
    216                                                 # caused problems with some mobile devices. 
    217                                                 # See ticket #540. 
    218                                                 iwpriv $ifname set WscConfMode=0 
     216                                                iwpriv $ifname set WscConfMode=7 
    219217                                                ;; 
    220218                                        WEP|wep)