FROMLIST: wlcore: Disable filtering in AP role
authorJimmy Perchet <jimmy.perchet@parrot.com>
Mon, 9 May 2016 17:32:04 +0000 (10:32 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 19 May 2016 07:05:13 +0000 (12:35 +0530)
commitbe1bb4a76a5a55d354823fa7c6aeae63ac69e245
treef366a9fe20fd1b5bfa71b59412f0a69645c81714
parente40360e32afc3f3efb62bd249e5f3d36b01e85e3
FROMLIST: wlcore: Disable filtering in AP role

When you configure (set it up) a STA interface, the driver
install a multicast filter. This is normal behavior, when
one application subscribe to multicast address the filter
is updated. When Access Point interface is configured, there
is no filter installation and the "filter update" path is
disabled in the driver.

The problem happens when you switch an interface from STA
type to AP type. The filter is installed but there are no
means to update it.

Change-Id: Ied22323af831575303abd548574918baa9852dd0
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/ti/wlcore/init.c