From: Stefano Brivio Date: Wed, 16 Jan 2008 23:38:29 +0000 (+0100) Subject: rc80211-pid: fix last_sample initialization X-Git-Tag: v2.6.25-rc1~1162^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09c7237eadc65916305835ca1e3ee8a03f01159;p=pandora-kernel.git rc80211-pid: fix last_sample initialization Fix last_sample initialization. kzalloc'ing the per-STA data wasn't enough, as jiffies can assume negative values as well. This fixes a bug which prevented correct PID operation for a while after booting. Thanks to Michael Buesch for reporting this. Reported-and-tested-by: Michael Buesch Signed-off-by: Stefano Brivio Signed-off-by: John W. Linville --- Reading git-diff-tree failed