OSDN Git Service

staging: wfx: simplify wfx_update_filtering()
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Wed, 15 Apr 2020 16:11:29 +0000 (18:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 10:29:40 +0000 (12:29 +0200)
commite86bc725ba5f96ec687f30c924c9d82eea095968
treec57db4f77c2c83714534da80482333da1ca45240
parent427fd02e168179f87ed3fd3f022d08a78cc51e3b
staging: wfx: simplify wfx_update_filtering()

Inline wfx_set_mcast_filter() into wfx_update_filtering() and remove
useless intermediate variables.

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