From: Kalle Valo Date: Wed, 12 Aug 2009 11:07:27 +0000 (+0300) Subject: iwl3945: fix compilation error in iwl3945_pass_packet_to_mac80211() X-Git-Tag: v2.6.32-rc1~703^2~367^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae79e648d93bc9d6b3581ab4eb88e2ac44f5c46;p=pandora-kernel.git iwl3945: fix compilation error in iwl3945_pass_packet_to_mac80211() Commit "iwlwifi: Traffic type and counter for debugFs" broke iwl3945 in a case when CONFIG_IWLWIFI_LEDS is disabled: drivers/net/wireless/iwlwifi/iwl-3945.c:580: error: 'hdr' undeclared (first use in this function) Fix it by removing the ifdef check for hdr variable. Signed-off-by: Kalle Valo Acked-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed