lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <545BFA52.6000309@lwfinger.net> Date: Thu, 06 Nov 2014 16:46:42 -0600 From: Larry Finger <Larry.Finger@...inger.net> To: "John W. Linville" <linville@...driver.com> CC: linux-wireless@...r.kernel.org, netdev@...r.kernel.org Subject: Re: [PATCH 3/3 3.18] rtlwifi: rtl8192se: Fix connection problems On 11/06/2014 02:45 PM, John W. Linville wrote: > On Wed, Nov 05, 2014 at 07:10:54PM -0600, Larry Finger wrote: >> Changes in the vendor driver were added to rtlwifi, but some updates >> to rtl8192se were missed. >> >> Signed-off-by: Larry Finger <Larry.Finger@...inger.net> >> --- >> drivers/net/wireless/rtlwifi/rtl8192se/hw.c | 129 +++++++++++++-------------- >> drivers/net/wireless/rtlwifi/rtl8192se/phy.c | 8 +- >> drivers/net/wireless/rtlwifi/rtl8192se/sw.c | 4 + >> drivers/net/wireless/rtlwifi/rtl8192se/trx.c | 23 +++++ >> drivers/net/wireless/rtlwifi/rtl8192se/trx.h | 4 + >> 5 files changed, 100 insertions(+), 68 deletions(-) > > This looks a bit big for a fix. Could this be broken-up a bit more? > Perhaps you could enhance the changelog a bit more? I had used a scatter-gun approach to finding the missing parts, and I did not take the time to see which changes were crucial, and which were not. Now that I knew what it took, I was able to eliminate a lot of the patch that can be deferred for 3.19. The commit message and the changelog for the new version are Changes in the vendor driver were added to rtlwifi, but some updates to rtl8192se were missed, and the driver could neither scan nor connect. There are other changes that will enhance performance, but this minimal set fixes the basic functionality. drivers/net/wireless/rtlwifi/pci.c | 3 ++- drivers/net/wireless/rtlwifi/rtl8192se/hw.c | 7 +++++-- drivers/net/wireless/rtlwifi/rtl8192se/phy.c | 2 ++ drivers/net/wireless/rtlwifi/rtl8192se/sw.c | 16 ++++++++++++++++ 4 files changed, 25 insertions(+), 3 deletions(-) Will that be OK? I need to do more testing, but V2 of the patch should be ready for submission by tomorrow. Thanks, Larry -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists