From: John W. Linville Date: Tue, 28 Feb 2006 01:13:10 +0000 (-0500) Subject: Merge branch 'upstream-fixes' X-Git-Tag: Ubuntu-5.2.0-15.16~52869^2~51^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=acfaf10be5c19f7dceb9d7372039dc45af66b100;p=mirror_ubuntu-eoan-kernel.git Merge branch 'upstream-fixes' --- acfaf10be5c19f7dceb9d7372039dc45af66b100 diff --cc net/ieee80211/ieee80211_rx.c index fcf4382ef7d7,b410ab8bcf7a..6b8469da29b1 --- a/net/ieee80211/ieee80211_rx.c +++ b/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);