From: Arend van Spriel Date: Wed, 26 Jun 2013 12:35:10 +0000 (+0200) Subject: brcmfmac: tag packet in the netdev transmit callback X-Git-Tag: v3.11-rc1~64^2~78^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=456d0685c7522c661bf5af7930317ffcb710a858;p=pandora-kernel.git brcmfmac: tag packet in the netdev transmit callback Transmit packets needs to be tagged in order to receive a tx status feedback from the firmware. Determine the tag in the netdev transmit callback instead of determining the tag just before transfer to the device. This reduces the number of exception flows and hence makes the driver code simpler. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed