From: Eliad Peller Date: Fri, 11 Jul 2014 00:01:26 +0000 (+0300) Subject: wlcore: save seq num only between recoveries X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d26aa338fb290f0488e8f87c1c080d2de26e21;p=pandora-kernel.git wlcore: save seq num only between recoveries We want seq num (freed_pkts) to be initialized on each new connection, but keep persistent between recoveries/suspends. Save the freed_pkts in the private block of the sta struct (we already do a similar thing for AP's stations). However, keep the old wlvif->total_freed_pkts in order to avoid too intrusive change. Signed-off-by: Eliad Peller Signed-off-by: John W. Linville --- Reading git-diff-tree failed