commit | c09c7237eadc65916305835ca1e3ee8a03f01159 | [log] [tgz] |
---|---|---|
author | Stefano Brivio <stefano.brivio@polimi.it> | Thu Jan 17 00:38:29 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:10:43 2008 -0800 |
tree | 03aee8909af07d4f5566957e1a402dfd3242d543 | |
parent | f99b751fca5b16bea53c0d6724935e1949350052 [diff] |
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 <mb@bu3sch.de> Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it> Signed-off-by: John W. Linville <linville@tuxdriver.com>