FROMLIST: wlcore: Disable filtering in AP role
authorJimmy Perchet <jimmy.perchet@parrot.com>
Mon, 9 May 2016 17:32:04 +0000 (10:32 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Tue, 10 May 2016 22:13:21 +0000 (15:13 -0700)
commite9253e876087accdab8edb763cfa4c3a48a8ce66
tree08b265476f336d248b7a86094daacfef788ffb76
parente3b53389cf2313172034123a84d760984c4efd71
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