From: Reinette Chatre Date: Fri, 24 Jul 2009 18:13:12 +0000 (-0700) Subject: iwlagn: fix null pointer access during ucode load on 1000 X-Git-Tag: v2.6.32-rc1~703^2~506^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ea097d9b4e61a816c041c92548aad7c7ed7915;p=pandora-kernel.git iwlagn: fix null pointer access during ucode load on 1000 Commit "iwlwifi: Handle new firmware file with ucode build number in header" introduced new ucode header parsing routines, but neglected to initialize these routines for 1000. The system thus goes into infinite loop trying to load ucode, failing every time with a null pointer exception as it tries to parse the header. Signed-off-by: Reinette Chatre Acked-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed