From: Hante Meuleman Date: Sat, 15 Mar 2014 16:18:18 +0000 (+0100) Subject: brcmfmac: Protect tx seq number for data and control X-Git-Tag: v3.15-rc1~113^2~93^2^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed7ec44e7ef647c1b1584164fe172963731f26d;p=pandora-kernel.git brcmfmac: Protect tx seq number for data and control SDIO tx uses a sequence number which is common for data and control. This requires that access to this sequence number is protected. A mutex was used to achieve this, but it also required the reordering of code for tx control. Reviewed-by: Arend Van Spriel Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Daniel (Deognyoun) Kim Signed-off-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed