Loading net/wireless/scan.c +0 −2 Original line number Diff line number Diff line Loading @@ -1152,8 +1152,6 @@ int cfg80211_wext_siwscan(struct net_device *dev, if (wreq->scan_type == IW_SCAN_TYPE_PASSIVE) creq->n_ssids = 0; } for (i = 0; i < IEEE80211_NUM_BANDS; i++) creq->rates[i] = (1 << wiphy->bands[i]->n_bitrates) - 1; for (i = 0; i < IEEE80211_NUM_BANDS; i++) if (wiphy->bands[i]) Loading Loading
net/wireless/scan.c +0 −2 Original line number Diff line number Diff line Loading @@ -1152,8 +1152,6 @@ int cfg80211_wext_siwscan(struct net_device *dev, if (wreq->scan_type == IW_SCAN_TYPE_PASSIVE) creq->n_ssids = 0; } for (i = 0; i < IEEE80211_NUM_BANDS; i++) creq->rates[i] = (1 << wiphy->bands[i]->n_bitrates) - 1; for (i = 0; i < IEEE80211_NUM_BANDS; i++) if (wiphy->bands[i]) Loading