From: Michal Kazior Date: Thu, 23 Oct 2014 14:04:27 +0000 (+0300) Subject: ath10k: remove tsf argument from rx_desc tracing X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~31^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04e204fcae5a2c1e99e94f7e80f1e75fa95b938;p=pandora-kernel.git ath10k: remove tsf argument from rx_desc tracing Fundamentally this was wrong. Tsf is only valid in last MPDU of a PPDU. This means tsf value was wrong most of the time during heavy traffic. Also I don't see much point in exposing a redundant (and broken) tsf value. Userspace can already read it from the dumped rx descriptor buffer. Cc: Rajkumar Manoharan Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed