commit | 50d26aa338fb290f0488e8f87c1c080d2de26e21 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Fri Jul 11 03:01:26 2014 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 15 15:59:51 2014 -0400 |
tree | ea5d017e3b5e98d923396612fe6ba223218b342f | |
parent | 72fcd3d16c16cd47a897cd72cd9a231aab01ac5b [diff] |
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 <eliad@wizery.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>