staging: wfx: drop useless filter update when starting AP
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Wed, 15 Apr 2020 16:11:45 +0000 (18:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 10:29:46 +0000 (12:29 +0200)
commitb15973f30852dee46d80ccd2363ece80b2c0317d
treec4d95f6debb7fb49e5c75cd80c9605fa6c71f92b
parent2c69b2da37824307b4c73cbf7ad98ae82a6a52fe
staging: wfx: drop useless filter update when starting AP

mac80211 explicitly call wfx_configure_filters() before/after starting
AP. Thus, it is not necessary to call wfx_update_filtering() from
wfx_start_ap().

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