|
@@ -7233,8 +7233,8 @@ static int airo_get_aplist(struct net_device *dev,
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
dwrq->flags = 1; /* Should be define'd */
|
|
dwrq->flags = 1; /* Should be define'd */
|
|
|
- memcpy(extra + sizeof(struct sockaddr)*i,
|
|
|
|
|
- &qual, sizeof(struct iw_quality)*i);
|
|
|
|
|
|
|
+ memcpy(extra + sizeof(struct sockaddr) * i, qual,
|
|
|
|
|
+ sizeof(struct iw_quality) * i);
|
|
|
}
|
|
}
|
|
|
dwrq->length = i;
|
|
dwrq->length = i;
|
|
|
|
|
|