kernel-fxtec-pro1x/drivers/net/wireless/iwlwifi
Rami Rosen d651ae3278 iwlwifi: avoid build warning in iwl-core.
When building when CONFIG_IWLWIFI_DEBUG is not set, we get the following
warning:
/work/src/w/drivers/net/wireless/iwlwifi/iwl-core.c: In function ‘iwl_isr’:
/work/src/w/drivers/net/wireless/iwlwifi/iwl-core.c:1707: warning:
unused variable ‘inta_fh’

This patch avoids this warning by adding #ifdef CONFIG_IWLWIFI_DEBUG
before the declaration of inta_fh in iwl_isr() in
drivers/net/wireless/iwlwifi/iwl-core.c

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-06-03 14:05:10 -04:00
..
iwl-1000.c
iwl-3945-fh.h
iwl-3945-hw.h
iwl-3945-led.c iwl3945: improve 3945 leds 2009-05-22 14:06:02 -04:00
iwl-3945-led.h
iwl-3945-rs.c
iwl-3945.c iwlcore: support ICT interrupt 2009-05-22 14:06:05 -04:00
iwl-3945.h
iwl-4965-hw.h
iwl-4965.c iwlcore: support ICT interrupt 2009-05-22 14:06:05 -04:00
iwl-5000-hw.h iwlwifi: Temperature sensor voltage reading for 5150 2009-05-22 14:06:03 -04:00
iwl-5000.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-05-25 01:42:21 -07:00
iwl-6000-hw.h
iwl-6000.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-05-18 21:08:20 -07:00
iwl-agn-rs.c iwlwifi: report the rate index as an MCS rate number 2009-05-22 14:06:05 -04:00
iwl-agn-rs.h
iwl-agn.c iwlagn: co-exist with AMT 2009-05-22 14:06:09 -04:00
iwl-calib.c
iwl-calib.h
iwl-commands.h iwlwifi: support "pure 40MHz" in RXON command 2009-05-22 14:06:05 -04:00
iwl-core.c iwlwifi: avoid build warning in iwl-core. 2009-06-03 14:05:10 -04:00
iwl-core.h iwlcore: Allow skb allocation from tasklet. 2009-05-22 14:06:08 -04:00
iwl-csr.h iwlagn: co-exist with AMT 2009-05-22 14:06:09 -04:00
iwl-debug.h iwlwifi: support NVM access (EEPROM/OTP) 2009-05-22 14:06:04 -04:00
iwl-debugfs.c iwlwifi: check for valid band for channel info 2009-05-22 14:06:09 -04:00
iwl-dev.h iwlagn: co-exist with AMT 2009-05-22 14:06:09 -04:00
iwl-eeprom.c iwlwifi: fix otp access init 2009-06-03 14:05:09 -04:00
iwl-eeprom.h iwlwifi: support NVM access (EEPROM/OTP) 2009-05-22 14:06:04 -04:00
iwl-fh.h
iwl-hcmd.c
iwl-helpers.h
iwl-io.h iwlcore: register locks 2009-05-22 14:06:04 -04:00
iwl-led.c
iwl-led.h
iwl-power.c
iwl-power.h
iwl-prph.h
iwl-rfkill.c
iwl-rfkill.h
iwl-rx.c iwlcore: Set rb_timeout to 0x10 for devices with ICT 2009-05-22 14:06:09 -04:00
iwl-scan.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-05-25 01:42:21 -07:00
iwl-spectrum.c
iwl-spectrum.h
iwl-sta.c
iwl-sta.h
iwl-tx.c iwlcore: register locks 2009-05-22 14:06:04 -04:00
iwl3945-base.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-05-25 01:42:21 -07:00
Kconfig
Makefile