rtl8xxxu: Enable data frame reception in rtl8xxxu_start
authorBruno Randolf <br1@einfach.org>
Wed, 3 Feb 2016 18:39:55 +0000 (13:39 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Feb 2016 09:55:38 +0000 (11:55 +0200)
commitc85ea1156d787ef52bbb835bcf2d5117d16282e1
treeb733293cd66cf6fb6521a3c084e84496710f3368
parent755bda116e8a724f0e6b6514fbeb6d761b091b1e
rtl8xxxu: Enable data frame reception in rtl8xxxu_start

mac80211 documentation says, the ieee80211_ops.start callback "must turn on
frame reception (for possibly enabled monitor interfaces.)". If not a single
monitor interface does not receive data frames.

Similarly we should not change the data reception based on the association
state.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.c