Re: rtl8xxxu: tx rate reported before set

2016-11-28 Thread Kalle Valo
mail.com> Patch applied to wireless-drivers-next.git, thanks. c06696a95820 rtl8xxxu: tx rate reported before set -- https://patchwork.kernel.org/patch/9448225/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Re: rtl8xxxu: tx rate reported before set

2016-11-28 Thread Jes Sorensen
rectly to fix the compiler warning. Also I'll > change the commit log to: Kalle, I'm totally fine with this, please go ahead. Barry thanks for fixing this. Cheers, Jes > rtl8xxxu: tx rate reported before set > > Move the dev_info call that attempts to show the rate used before it is

Re: rtl8xxxu: tx rate reported before set

2016-11-28 Thread Kalle Valo
Barry Day <brise...@gmail.com> wrote: > Move the dev_info call that attempts to show the rate used before it is set. > > Signed-off-by: Barry Day <brise...@gmail.com> Jes, I would like to take this directly to fix the compiler warning. Also I'll change the commit log t

[PATCH] rtl8xxxu: tx rate reported before set

2016-11-25 Thread Barry Day
Move the dev_info call that attempts to show the rate used before it is set. Signed-off-by: Barry Day --- rtl8xxxu_core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtl8xxxu_core.c b/rtl8xxxu_core.c index 04141e5..a9137ab 100644 ---