staging: wfx: disabling beacon filtering after hif_reset() is useless
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Wed, 15 Apr 2020 16:11:34 +0000 (18:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 10:29:42 +0000 (12:29 +0200)
commiteb52d63a6dbded02375fa094dacec9c4503b8b72
treebf64d6a7d924365ebf43515e5354def831b52b70
parent1ab6bf4c56bb5f3ecea4453d40a7f4e882a7fbb7
staging: wfx: disabling beacon filtering after hif_reset() is useless

After hif_reset(), device stop to receive any RF data. So, it is
useless to disable beacon filtering. In add, if necessary, mac80211 will
call wfx_configure_filter().

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200415161147.69738-8-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/sta.c