Merge branch 'upstream-fixes'
authorJohn W. Linville <linville@tuxdriver.com>
Tue, 28 Feb 2006 01:13:10 +0000 (20:13 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 28 Feb 2006 01:13:10 +0000 (20:13 -0500)
1  2 
net/ieee80211/ieee80211_rx.c

@@@ -1509,12 -1408,9 +1505,10 @@@ static void ieee80211_process_probe_res
                                     escape_essid(target->ssid,
                                                  target->ssid_len),
                                     MAC_ARG(target->bssid),
-                                    is_beacon(le16_to_cpu
-                                              (beacon->header.
-                                               frame_ctl)) ?
+                                    is_beacon(beacon->header.frame_ctl) ?
                                     "BEACON" : "PROBE RESPONSE");
                update_network(target, &network);
 +              network.ibss_dfs = NULL;
        }
  
        spin_unlock_irqrestore(&ieee->lock, flags);