diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_hw.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_hw.c b/drivers/net/wireless/hostap/hostap_hw.c index d500012fdc7a..ed00ebb6e7f4 100644 --- a/drivers/net/wireless/hostap/hostap_hw.c +++ b/drivers/net/wireless/hostap/hostap_hw.c | |||
@@ -2622,7 +2622,7 @@ static void prism2_check_magic(local_info_t *local) | |||
2622 | 2622 | ||
2623 | 2623 | ||
2624 | /* Called only from hardware IRQ */ | 2624 | /* Called only from hardware IRQ */ |
2625 | static irqreturn_t prism2_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 2625 | static irqreturn_t prism2_interrupt(int irq, void *dev_id) |
2626 | { | 2626 | { |
2627 | struct net_device *dev = (struct net_device *) dev_id; | 2627 | struct net_device *dev = (struct net_device *) dev_id; |
2628 | struct hostap_interface *iface; | 2628 | struct hostap_interface *iface; |