Re: mwifiex: avoid storing random_mac in private

2017-09-20 Thread Kalle Valo
r...@chromium.org> Patch applied to wireless-drivers-next.git, thanks. e251a882c0ba mwifiex: avoid storing random_mac in private -- https://patchwork.kernel.org/patch/9955573/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

Re: [PATCH] mwifiex: avoid storing random_mac in private

2017-09-18 Thread Brian Norris
On Mon, Sep 18, 2017 at 12:25:02PM +0530, Ganapathi Bhat wrote: > Application will keep track of whether MAC address randomization > is enabled or not during scan. But at present driver is storing > 'random_mac' in mwifiex_private which implies even after scan is > done driver has some reference

[PATCH] mwifiex: avoid storing random_mac in private

2017-09-18 Thread Ganapathi Bhat
Application will keep track of whether MAC address randomization is enabled or not during scan. But at present driver is storing 'random_mac' in mwifiex_private which implies even after scan is done driver has some reference to the earlier 'scan request'. To avoid this, make use of 'mac_addr'