linux/drivers/net/wireless/ath/ath9k
Peter Senna Tschudin f255b9ccca ath/ath9k/ar9003_eeprom.c: Remove semicolon after if
This patch remove a semicolon after if(...) that is preventing the
error check to work correctly. Removing this semicolon will change the
code behavior, but this is intended.

The semantic patch that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@r1@
position p;
@@
if (...);@p

@script:python@
p0 << r1.p;
@@
// Emacs org-mode output
cocci.print_main("", p0)
cocci.print_secs("", p0)
// </smpl>

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-10-19 15:53:02 -04:00
..
ahb.c
ani.c ath9k_hw: Add AR9565 HW support 2012-09-11 15:31:37 -04:00
ani.h
antenna.c ath9k: Add a module parameter to enable diversity 2012-09-24 14:59:11 -04:00
ar955x_1p0_initvals.h
ar5008_initvals.h
ar5008_phy.c
ar9001_initvals.h
ar9002_calib.c
ar9002_hw.c ath9k_hw: remove redundant arguments to INIT_INI_ARRAY 2012-07-17 15:11:34 -04:00
ar9002_initvals.h ath9k_hw: INI changes for WoW for AR9002 chipsets 2012-07-12 15:27:16 -04:00
ar9002_mac.c
ar9002_phy.c
ar9002_phy.h
ar9003_2p2_initvals.h
ar9003_calib.c
ar9003_eeprom.c ath/ath9k/ar9003_eeprom.c: Remove semicolon after if 2012-10-19 15:53:02 -04:00
ar9003_eeprom.h ath9k_hw: add 8 points for 5G temp slop 2012-09-11 15:31:47 -04:00
ar9003_hw.c ath9k_hw: Add AR9565 initvals 2012-09-11 15:31:36 -04:00
ar9003_mac.c ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003 2012-09-28 13:54:10 -04:00
ar9003_mac.h
ar9003_mci.c ath9k: Handle errors properly in MCI initialization 2012-09-28 13:54:02 -04:00
ar9003_mci.h ath9k: Handle errors properly in MCI initialization 2012-09-28 13:54:02 -04:00
ar9003_paprd.c ath9k_hw: calibrate PA input for PA predistortion 2012-09-05 14:53:31 -04:00
ar9003_phy.c ath9k: Add a debugfs file to adjust antenna diversity 2012-09-28 13:54:03 -04:00
ar9003_phy.h ath9k_hw: Add a HW callback to set diversity 2012-09-24 14:59:11 -04:00
ar9003_rtt.c
ar9003_rtt.h
ar9330_1p1_initvals.h
ar9330_1p2_initvals.h
ar9340_initvals.h
ar9462_2p0_initvals.h ath9k_hw: use peak detection for 5GHz 2012-09-11 15:31:46 -04:00
ar9485_initvals.h
ar9565_1p0_initvals.h ath9k_hw: Update AR9565 initvals 2012-09-24 14:59:11 -04:00
ar9580_1p0_initvals.h
ath9k.h ath9k: Fix chainmask selection for AR9462 2012-09-28 13:54:06 -04:00
beacon.c ath9k: use ieee80211_free_txskb 2012-10-05 16:26:17 -04:00
btcoex.c ath9k: Fix BTCOEX weight initialization 2012-09-28 13:54:10 -04:00
btcoex.h ath9k: Fix BTCOEX weight initialization 2012-09-28 13:54:10 -04:00
calib.c
calib.h ath9k_hw: remove redundant arguments to INIT_INI_ARRAY 2012-07-17 15:11:34 -04:00
common.c
common.h
debug.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2012-10-01 07:39:36 -04:00
debug.h ath9k_hw: Wait BT calibration to complete 2012-09-11 15:31:45 -04:00
dfs.c
dfs.h
dfs_debug.c
dfs_debug.h
dfs_pattern_detector.c
dfs_pattern_detector.h
dfs_pri_detector.c
dfs_pri_detector.h
eeprom.c
eeprom.h ath9k_hw: add 8 points for 5G temp slop 2012-09-11 15:31:47 -04:00
eeprom_4k.c
eeprom_9287.c
eeprom_def.c
gpio.c ath9k: Fix BT_OP_SCAN usage 2012-10-19 15:53:01 -04:00
hif_usb.c wireless: ath9k-htc: fix possible use after free 2012-09-24 14:59:07 -04:00
hif_usb.h wireless: ath9k-htc: only load firmware in need 2012-09-07 15:03:36 -04:00
htc.h mac80211: move TX station pointer and restructure TX 2012-07-31 16:18:39 +02:00
htc_drv_beacon.c mac80211: move TX station pointer and restructure TX 2012-07-31 16:18:39 +02:00
htc_drv_debug.c
htc_drv_gpio.c ath9k: Fix BTCOEX weight initialization 2012-09-28 13:54:10 -04:00
htc_drv_init.c ath9k_htc: Add a modparam to enable BTCOEX rather than default 2012-09-11 15:13:52 -04:00
htc_drv_main.c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 2012-09-24 14:34:40 -04:00
htc_drv_txrx.c mac80211: move TX station pointer and restructure TX 2012-07-31 16:18:39 +02:00
htc_hst.c
htc_hst.h
hw-ops.h ath9k_hw: Add a HW callback to set diversity 2012-09-24 14:59:11 -04:00
hw.c ath9k: improve suspend/resume reliability 2012-10-05 16:26:17 -04:00
hw.h ath9k: improve suspend/resume reliability 2012-10-05 16:26:17 -04:00
init.c ath9k: Add a module parameter to enable diversity 2012-09-24 14:59:11 -04:00
Kconfig ath9k: make CONFIG_ATH9K_DFS_CERTIFIED depend on CFG80211_CERTIFICATION_ONUS 2012-07-17 15:11:31 -04:00
link.c ath9k: make PA linearization optional, disabled by default and fix checks 2012-09-10 14:42:43 -04:00
mac.c ath9k: fix interrupt storms on queued hardware reset 2012-08-10 14:50:24 -04:00
mac.h ath9k: fix interrupt storms on queued hardware reset 2012-08-10 14:50:24 -04:00
main.c ath9k: use ieee80211_free_txskb 2012-10-05 16:26:17 -04:00
Makefile ath9k_hw: Add hardware code for WoW 2012-07-12 15:27:16 -04:00
mci.c ath9k: Handle errors properly in MCI initialization 2012-09-28 13:54:02 -04:00
mci.h
pci.c ath9k: improve suspend/resume reliability 2012-10-05 16:26:17 -04:00
phy.h
rc.c ath9k: Enable SGI correctly 2012-09-24 14:59:06 -04:00
rc.h ath9k: Trim rate table 2012-08-10 15:27:19 -04:00
recv.c ath9k: Fix rx filtering issue for older chips 2012-09-28 13:54:02 -04:00
reg.h ath9k_hw: Add version/revision macros for AR9565 2012-09-11 15:31:34 -04:00
wmi.c
wmi.h
wow.c ath9k: Enable MCI for AR9565 2012-09-28 13:54:07 -04:00
xmit.c ath9k: use ieee80211_free_txskb 2012-10-05 16:26:17 -04:00