From: Arend van Spriel Date: Tue, 3 May 2011 09:35:32 +0000 (+0200) Subject: staging: brcm80211: remove tsf retrieval from wlc_bmac.c X-Git-Tag: v3.0-rc1~336^2~561 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069f4439b9a05902999e49c37d3fe5f83523089d;p=pandora-kernel.git staging: brcm80211: remove tsf retrieval from wlc_bmac.c Upon receiving a packet the lowest 32 bits of tsf are filled in by wlc_bmac in wlc_bmac_recv, but this is not useful as wlc_main needs to reconstruct 64 bit tsf which is retrieves to recover the actual tsf value at which packet is received. Therefore tsf retrieval is removed from wlc_bmac.c. Cc: devel@linuxdriverproject.org Cc: linux-wireless@vger.kernel.org Cc: Brett Rudley Cc: Henry Ptasinski Cc: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed