diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/orinoco/orinoco.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/orinoco/orinoco.c b/drivers/net/wireless/orinoco/orinoco.c index 072be44b37de..fd9263980d69 100644 --- a/drivers/net/wireless/orinoco/orinoco.c +++ b/drivers/net/wireless/orinoco/orinoco.c | |||
@@ -5444,7 +5444,7 @@ static inline char *orinoco_translate_scan(struct net_device *dev, | |||
5444 | char *current_ev, | 5444 | char *current_ev, |
5445 | char *end_buf, | 5445 | char *end_buf, |
5446 | union hermes_scan_info *bss, | 5446 | union hermes_scan_info *bss, |
5447 | unsigned int last_scanned) | 5447 | unsigned long last_scanned) |
5448 | { | 5448 | { |
5449 | struct orinoco_private *priv = netdev_priv(dev); | 5449 | struct orinoco_private *priv = netdev_priv(dev); |
5450 | u16 capabilities; | 5450 | u16 capabilities; |
@@ -5591,7 +5591,7 @@ static inline char *orinoco_translate_ext_scan(struct net_device *dev, | |||
5591 | char *current_ev, | 5591 | char *current_ev, |
5592 | char *end_buf, | 5592 | char *end_buf, |
5593 | struct agere_ext_scan_info *bss, | 5593 | struct agere_ext_scan_info *bss, |
5594 | unsigned int last_scanned) | 5594 | unsigned long last_scanned) |
5595 | { | 5595 | { |
5596 | u16 capabilities; | 5596 | u16 capabilities; |
5597 | u16 channel; | 5597 | u16 channel; |