OSDN Git Service

mwifiex: fix bug for wildcard-prefix wowlan pattern
authorXinming Hu <huxm@marvell.com>
Mon, 14 Dec 2015 12:15:05 +0000 (04:15 -0800)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 30 Dec 2015 14:57:56 +0000 (16:57 +0200)
commitc8ac6a8ee8e70c128d3d562704846c8cba91c61d
treea08da9ac12c48d0b918614302e56a9924d7e2869
parent5eab677799743b75037efcfcb8c660dffa33f244
mwifiex: fix bug for wildcard-prefix wowlan pattern

Wildcard prefix bytes are ignored while downloading packet
pattern to firmware. As packet offset is not adjusted
accordingly firmware end up matching the pattern at wrong
offset. The packet offset is corrected in this patch.

Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/cfg80211.c