aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2500pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2500pci.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt2500pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c
index 929257d34ae4..842da900d7c1 100644
--- a/drivers/net/wireless/rt2x00/rt2500pci.c
+++ b/drivers/net/wireless/rt2x00/rt2500pci.c
@@ -244,7 +244,7 @@ static int rt2500pci_rfkill_poll(struct rt2x00_dev *rt2x00dev)
244 rt2x00pci_register_read(rt2x00dev, GPIOCSR, &reg); 244 rt2x00pci_register_read(rt2x00dev, GPIOCSR, &reg);
245 return rt2x00_get_field32(reg, GPIOCSR_BIT0); 245 return rt2x00_get_field32(reg, GPIOCSR_BIT0);
246} 246}
247#endif /* CONFIG_RT2400PCI_RFKILL */ 247#endif /* CONFIG_RT2500PCI_RFKILL */
248 248
249/* 249/*
250 * Configuration handlers. 250 * Configuration handlers.