View | Details | Raw Unified | Return to bug 197143 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/wpi/if_wpi.c (-1 / +1 lines)
Lines 3984-3990 Link Here
3984
	 * after the scan probe request
3984
	 * after the scan probe request
3985
	 */
3985
	 */
3986
	chan = (struct wpi_scan_chan *)frm;
3986
	chan = (struct wpi_scan_chan *)frm;
3987
	chan->chan = htole16(ieee80211_chan2ieee(ic, c));
3987
	chan->chan = ieee80211_chan2ieee(ic, c);
3988
	chan->flags = 0;
3988
	chan->flags = 0;
3989
	if (nssid) {
3989
	if (nssid) {
3990
		hdr->crc_threshold = WPI_SCAN_CRC_TH_DEFAULT;
3990
		hdr->crc_threshold = WPI_SCAN_CRC_TH_DEFAULT;

Return to bug 197143