From: Vladimir Kondratiev Date: Thu, 27 Feb 2014 14:20:46 +0000 (+0200) Subject: wil6210: broadcast Tx X-Git-Tag: v3.15-rc1~113^2~159^2^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb3cac572657fccf4e4406bd9737a0b3aaf54458;p=pandora-kernel.git wil6210: broadcast Tx Hardware do not support "real" broadcast on the air. Use method similar to the Directed Multicast Service (DMS) as described in the 10.23.15.2 "DMS procedures" This service copies frame and delivers unicast for each associated peer Do the following: send original frame to 1-st Tx vring, and send copies to all other active vrings. As currently hardware/firmware don't support A-MSDU, convert broadcast frame to unicast instead of wrapping it in A-MSDU Signed-off-by: Vladimir Kondratiev Signed-off-by: John W. Linville --- Reading git-diff-tree failed