Re: [rt2x00-users] [PATCH] wireless: Remove unnessary write over of register 11 in rt2800lib.c

2014-09-28 Thread Stanislaw Gruszka
On Sun, Sep 28, 2014 at 12:05:30PM +0400, Denis Kirjanov wrote: > Or someone with the hardware has to test and check that... ... on all possible combinations of channel, bandwidth, signal strength, modulation type, ... Stanislaw -- To unsubscribe from this list: send the line "unsubscribe linux

Re: [rt2x00-users] [PATCH] wireless: Remove unnessary write over of register 11 in rt2800lib.c

2014-09-28 Thread Denis Kirjanov
Or someone with the hardware has to test and check that... On 9/28/14, Stanislaw Gruszka wrote: > On Sat, Sep 27, 2014 at 05:11:41PM -0400, Nicholas Krause wrote: >> This removes the unnecessary overwrite of register 11 in the function, >> rt2800_config_channel as we are already writing a correc

Re: [rt2x00-users] [PATCH] wireless: Remove unnessary write over of register 11 in rt2800lib.c

2014-09-28 Thread Stanislaw Gruszka
On Sat, Sep 27, 2014 at 05:11:41PM -0400, Nicholas Krause wrote: > This removes the unnecessary overwrite of register 11 in the function, > rt2800_config_channel as we are already writing a correct value to the > register with rt2800_rfcsr_write(rt2x00dev,11.rfcsr). What make you sure that overwri

[PATCH] wireless: Remove unnessary write over of register 11 in rt2800lib.c

2014-09-27 Thread Nicholas Krause
This removes the unnecessary overwrite of register 11 in the function, rt2800_config_channel as we are already writing a correct value to the register with rt2800_rfcsr_write(rt2x00dev,11.rfcsr). Signed-off-by: Nicholas Krause --- drivers/net/wireless/rt2x00/rt2800lib.c | 2 -- 1 file changed,