mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 02:45:34 +07:00
staging: vt6655: device_init_registers remove uConnectionRate
The device starts up with a default rate of 54M Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac875c17a1
commit
bfa4b0febd
@ -456,10 +456,7 @@ static void device_init_registers(struct vnt_private *pDevice)
|
||||
|
||||
/* Set BB and packet type at the same time. */
|
||||
/* Set Short Slot Time, xIFS, and RSPINF. */
|
||||
if (pDevice->uConnectionRate == RATE_AUTO)
|
||||
pDevice->wCurrentRate = RATE_54M;
|
||||
else
|
||||
pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate;
|
||||
pDevice->wCurrentRate = RATE_54M;
|
||||
|
||||
pDevice->bRadioOff = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user