o wl3501: remove leftover debug from get_freq

parent 3036d077
......@@ -1828,10 +1828,8 @@ static int wl3501_get_freq(struct net_device *dev, struct iw_request_info *info,
union iwreq_data *wrqu, char *extra)
{
struct wl3501_card *this = (struct wl3501_card *)dev->priv;
int f = this->chan;
wrqu->freq.m = f;
printk(KERN_INFO "%s: bss_basic_rate_set=%-10.10s\n", __FUNCTION__,
this->bss_set[f].bss_basic_rate_set);
wrqu->freq.m = this->chan;
wrqu->freq.e = 0;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment