From owner-freebsd-current@FreeBSD.ORG Tue Dec 11 18:39:59 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 146A616A417 for ; Tue, 11 Dec 2007 18:39:59 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA5913C458 for ; Tue, 11 Dec 2007 18:39:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so292793pyb for ; Tue, 11 Dec 2007 10:39:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=swKM/s30lE0+I1dpdtgjtZ6AIVsLYAEb/4feyGPYK1w=; b=vJ2s+YY3ZGIRCAZPKQc/4r4RTSB8eIxuxiXxQiH1VGTH0EkePN2AuSPbEqtznDq6nn02bt+Gync2M5XQvtpJrswOKRvOdBDfjL9BATu09zH5+QVwm6lfUz3gkgQnijQuXzxN+GQAOVKYy9j+uc6/ikSyvpE+ATE1CCCEaiXEquU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=orGkj4u8T1DsQKtSDKrlkDd9JtJfXDV7ygL0a5gjXpkEpyctOn8QCJDejehcbrYPC2gzSWS9ppPd+yXz6wjjvIHuEfxXikGL6SqPVCfypvDsg1eA67yZvv0eS6RXBzYhACMF843DLmI0FljBS9++Mnj0Y30GNtC9+nORJZUsLKE= Received: by 10.142.72.21 with SMTP id u21mr1272271wfa.1197397960565; Tue, 11 Dec 2007 10:32:40 -0800 (PST) Received: by 10.142.174.5 with HTTP; Tue, 11 Dec 2007 10:32:40 -0800 (PST) Message-ID: <3a142e750712111032g62eddc62o736c231762b7c562@mail.gmail.com> Date: Tue, 11 Dec 2007 19:32:40 +0100 From: "Paul B. Mahol" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: wpa_supplicant and wired driver? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2007 18:39:59 -0000 It would be nice if wpa_supplicant Makefile have entries for wired driver (which is I think only supported on FreeBSD and Linux) It is rather trivial to edit Makefile and add support for optional wired driver(if there is no reasons to activate it by default) BTW I tested it and it works fine.