ANDROID: net: wireless: 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>
Mon, 18 Dec 2017 15:41:22 +0000 (21:11 +0530)
commitcab9681da893c1af7628e089fee4f2d67b002c27
tree17be8361f3f8161e38ef8cc8aef373cc6da1ed00
parent450dfde0aa4d70082216a215c6fce9816e1fdef4
ANDROID: net: wireless: 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>
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
drivers/net/wireless/ti/wlcore/init.c