/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00config.c | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2x00mac.c | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2500usb.c | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2500pci.c | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt73usb.c | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2400pci.c | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt61pci.c | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2x00.h | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | rt2800lib.c | diff 262c741e0825b29447a9e53b6582afd6b14c3706 Mon Jan 18 05:30:19 CST 2016 Eli Cooper <elicooper@gmx.com> rt2x00: fix monitor mode regression
Since commit df1404650ccb ("mac80211: remove support for IFF_PROMISC") monitor mode for rt2x00 has been made effectively useless because the hardware filter is configured to drop packets whose intended recipient is not the device, regardless of the presence of monitor mode interfaces.
This patch fixes this regression by adding explicit monitor mode support, and by configuring the hardware filter accordingly.
Signed-off-by: Eli Cooper <elicooper@gmx.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|