diff options
Diffstat (limited to 'net/mac80211/wext.c')
-rw-r--r-- | net/mac80211/wext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/wext.c b/net/mac80211/wext.c index 5af3862e7191..f47d13bdf7f7 100644 --- a/net/mac80211/wext.c +++ b/net/mac80211/wext.c | |||
@@ -567,7 +567,7 @@ static int ieee80211_ioctl_giwscan(struct net_device *dev, | |||
567 | if (local->sta_sw_scanning || local->sta_hw_scanning) | 567 | if (local->sta_sw_scanning || local->sta_hw_scanning) |
568 | return -EAGAIN; | 568 | return -EAGAIN; |
569 | 569 | ||
570 | res = ieee80211_sta_scan_results(dev, extra, data->length); | 570 | res = ieee80211_sta_scan_results(dev, info, extra, data->length); |
571 | if (res >= 0) { | 571 | if (res >= 0) { |
572 | data->length = res; | 572 | data->length = res; |
573 | return 0; | 573 | return 0; |