commit | 97605c3eb3dee943a45584be92c46be1305b3ef5 | [log] [tgz] |
---|---|---|
author | Holger Schurig <hs4233@mail.mn-solutions.de> | Thu Aug 02 13:09:15 2007 -0400 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:50:02 2007 -0700 |
tree | 23a72cd969a84ef9e12ca8e32b263c77b1e59133 | |
parent | a783f1ee5b112a0258762877ec7c1ce8810f3cd8 [diff] |
[PATCH] libertas: remove adapter->nullpktinterval No code ever initialized this variable, so it was 0 because of kzalloc(). But no other code changes it, making it rather useless. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>