kern/131781: [ndis] ndis keeps dropping the link
Paul B. Mahol
onemda at gmail.com
Wed Feb 18 16:10:10 PST 2009
On 2/18/09, Adam K Kirchhoff <adamk at voicenet.com> wrote:
> --- if_ndis.c 2009-01-31 00:22:11.000000000 -0500
> +++ if_ndis.c.orig 2009-02-18 14:03:30.000000000 -0500
> @@ -2459,6 +2459,11 @@
> bzero((char *)&config, len);
> config.nc_length = len;
> config.nc_fhconfig.ncf_length = sizeof(ndis_80211_config_fh);
> +
> + device_printf(sc->ndis_dev, "couldn't change "
> + "Testing config.nc_dsconfig: %u \n",
> + config.nc_dsconfig);
> +
> rval = ndis_get_info(sc, OID_802_11_CONFIGURATION, &config, &len);
printf should be bellow ndis_get_info() and above ndis_set_info().
Does same problem happens when not using WPA eg. wpa_supplicant?
--
Paul
More information about the freebsd-net
mailing list