diff options
author | Ahmad Masri <amasri@codeaurora.org> | 2019-12-18 21:10:21 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-12-19 19:16:42 +0300 |
commit | 5e5f069c30ccdbc09bd548858ee75d0487e74490 (patch) | |
tree | 659cae3fd3223bc92a4dce001a2ef128e0e5c582 /crypto/cts.c | |
parent | 18beb61d848d267371a769114d90bd1be6239eda (diff) | |
download | linux-5e5f069c30ccdbc09bd548858ee75d0487e74490.tar.xz |
wil6210: support set_multicast_to_unicast cfg80211 operation
Wil6210 AP has a separate ring for transmitting multicast packets,
multicast packets are transmitted without an ack from the receiver side.
Therefore, 802.11 spec defines some low MCS rates for multicat packets.
However, there is no guarantee that these packets were really received
and handled on the client side.
Some applications that rely on multicast packets, may prefer to
transmit these packets as a unicast to ensure reliability, and also
to ensure better performance with high MCS rates.
multicast to unicast is done by duplicating multicast packets to all
clients and changing the DA (multicast) to the MAC address of the
client.
see NL80211_CMD_SET_MULTICAST_TO_UNICAST for more info.
Signed-off-by: Ahmad Masri <amasri@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'crypto/cts.c')
0 files changed, 0 insertions, 0 deletions