I was taking a look at this, one small request: > --- a/net/wireless/scan.c > +++ b/net/wireless/scan.c > @@ -585,11 +585,14 @@ int cfg80211_wext_siwscan(struct net_device > *dev, > return -ENETDOWN; > > rdev = cfg80211_get_dev_from_ifindex(dev->ifindex); > + > + printk("MAC80211: scan requested\n"); Please don't put "mac80211:" printks anywhere else than net/mac80211/, that's very confusing here. This subsystem is called 'cfg80211' usually. Anyway, what seems to happen is that mac80211 never responds to the scan request -- can you describe what you're actually doing? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part