From owner-freebsd-wireless@FreeBSD.ORG Tue Jun 18 16:40:56 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 638CE6CD for ; Tue, 18 Jun 2013 16:40:56 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 281311710 for ; Tue, 18 Jun 2013 16:40:56 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id s1so2464219qcw.15 for ; Tue, 18 Jun 2013 09:40:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=r2/9tb/gzzALf42d1xBea8DKuzVmb64i1dfsrHx9iYc=; b=QMWoGgZUb9Ew/usSKb8NwOKgFGlkUzAzSj9sdNSVzEv8q4PjjqsoLupKEGMkckbkRu NX5x5i2JMtoxzyR8UKC4SzbcjVSaD3HSChleC6NTYkzt0BNvRG6wIgsZLD/iaRa3w26r jiclZzKEANjUU0GjaY/WNsFcvgCZro8Kv/NRjBw9qPzRUWU7wYAiZw1v6TR/DA71fsSH GrtedOOthQSUenoisN+5JStGfz9unQ8ns48+uLfG/eTBVUEaqn2jTo3hnMQjOlTVbIza 5DRE8fb9GxNDqzLS547PEOD2INOwH0b/D4V1TvDdE25lT58hl9Kb+KE1aFSuuRYT3cDk KA1Q== MIME-Version: 1.0 X-Received: by 10.224.71.83 with SMTP id g19mr24127876qaj.69.1371573655613; Tue, 18 Jun 2013 09:40:55 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.5.65 with HTTP; Tue, 18 Jun 2013 09:40:55 -0700 (PDT) In-Reply-To: References: Date: Tue, 18 Jun 2013 09:40:55 -0700 X-Google-Sender-Auth: D2gjaLDezV8DxDyNtEM6SsJD9vw Message-ID: Subject: Re: [PATCH] Allow ndisgen to work without libiconv port From: Adrian Chadd To: Dave Vasilevsky Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 16:40:56 -0000 Hi! Cool! Although I'm trying to set the ndisulator on fire. It just won't work with more recent drivers as the NDIS API hasn't been updated. Submit a PR and we'll try to get it into -HEAD. adrian On 17 June 2013 13:41, Dave Vasilevsky wrote: > Currently, ndisgen refuses to process UTF-16 .inf files unless > libiconv is installed. Unfortunately, if you need ndis you probably > don't have a net connection, which makes it hard to get libiconv. > > This patch works around the problem by integrating a very small UTF-16 > to UTF-8 converter into ndiscvt. It auto-detects UTF-16 encoding, so > it should Just Work on any .inf file. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=179285 > > I'd appreciate testing against various .inf files, to ensure it's > working right. Code review would also be great, especially by anyone > with a commit bit :) > > Cheers, > Dave > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"