On Mon, Jun 22, 2015 at 09:51:23AM +0800, Kevin Lo wrote:
K> Thank you Gleb.  urtw(4) works fine on amd64.

Thanks.

K> One minor problem, I got an compiler error and this diff below fixes it.
K> 
K> --- D2655.diff.orig  2015-06-22 09:45:48.836385086 +0800
K> +++ D2655.diff       2015-06-22 09:47:56.121431950 +0800
K> @@ -10421,14 +10421,6 @@
K>      struct urtw_vap *uvp = URTW_VAP(vap);
K>      struct ieee80211_node *ni;
K>      usb_error_t error = 0;
K> -@@ -1905,7 +1858,6 @@
K> -    default:
K> -            break;
K> -    }
K> --fail:
K> -    URTW_UNLOCK(sc);
K> -    IEEE80211_LOCK(ic);
K> -    return (uvp->newstate(vap, nstate, arg));
K>  @@ -1915,12 +1867,11 @@
K>   urtw_watchdog(void *arg)
K>   {

This patch is unclear to me. Can you please send a diff between my version
and your version? Diff of diff drives me mad.

-- 
Totus tuus, Glebius.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to