Searched hist:bf00dc22bc7a72d58fd1945814321b30948dc83b (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | uap_txrx.c | diff bf00dc22bc7a72d58fd1945814321b30948dc83b Tue Apr 05 03:04:39 CDT 2016 Xinming Hu <huxm@marvell.com> mwifiex: AMSDU Rx frame handling in AP mode
This patch processes sub AMSDU frame received in AP mode.
If a packet is multicast/broadcast, it is sent to kernel/upper layer as well as queued back to AP TX queue so that it can be sent to other associated stations.
If a packet is unicast and RA is present in associated station list, it is again requeued into AP TX queue.
If a packet is unicast and RA is not in associated station list, packet is forwarded to kernel to handle routing logic.
Signed-off-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | 11n_rxreorder.c | diff bf00dc22bc7a72d58fd1945814321b30948dc83b Tue Apr 05 03:04:39 CDT 2016 Xinming Hu <huxm@marvell.com> mwifiex: AMSDU Rx frame handling in AP mode
This patch processes sub AMSDU frame received in AP mode.
If a packet is multicast/broadcast, it is sent to kernel/upper layer as well as queued back to AP TX queue so that it can be sent to other associated stations.
If a packet is unicast and RA is present in associated station list, it is again requeued into AP TX queue.
If a packet is unicast and RA is not in associated station list, packet is forwarded to kernel to handle routing logic.
Signed-off-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|
H A D | main.h | diff bf00dc22bc7a72d58fd1945814321b30948dc83b Tue Apr 05 03:04:39 CDT 2016 Xinming Hu <huxm@marvell.com> mwifiex: AMSDU Rx frame handling in AP mode
This patch processes sub AMSDU frame received in AP mode.
If a packet is multicast/broadcast, it is sent to kernel/upper layer as well as queued back to AP TX queue so that it can be sent to other associated stations.
If a packet is unicast and RA is present in associated station list, it is again requeued into AP TX queue.
If a packet is unicast and RA is not in associated station list, packet is forwarded to kernel to handle routing logic.
Signed-off-by: Xinming Hu <huxm@marvell.com> Signed-off-by: Cathy Luo <cluo@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
|