From patchwork Tue Oct 6 21:11:02 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "John W. Linville" X-Patchwork-Id: 52032 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n96LJ04K031798 for ; Tue, 6 Oct 2009 21:19:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933416AbZJFVQt (ORCPT ); Tue, 6 Oct 2009 17:16:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933415AbZJFVQs (ORCPT ); Tue, 6 Oct 2009 17:16:48 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:42495 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758253AbZJFVQm (ORCPT ); Tue, 6 Oct 2009 17:16:42 -0400 Received: from uucp by smtp.tuxdriver.com with local-rmail (Exim 4.63) (envelope-from ) id 1MvHO8-0002IF-VW; Tue, 06 Oct 2009 17:16:05 -0400 Received: from linville-t400.local (linville-t400.local [127.0.0.1]) by linville-t400.local (8.14.3/8.14.3) with ESMTP id n96LB20Z015099; Tue, 6 Oct 2009 17:11:02 -0400 Received: (from linville@localhost) by linville-t400.local (8.14.3/8.14.3/Submit) id n96LB2JC015097; Tue, 6 Oct 2009 17:11:02 -0400 Date: Tue, 6 Oct 2009 17:11:02 -0400 From: "John W. Linville" To: Riffer Cc: linux-wireless@vger.kernel.org Subject: Re: Bleeding Edge b43 dated since 30 of september no longer working & today does not even compile. Message-ID: <20091006211102.GC2911@tuxdriver.com> References: <4ACB91E7.5010405@penny.prima.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4ACB91E7.5010405@penny.prima.de> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 6f4862b..14915ea 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -18,6 +18,7 @@ #include #include #include +#include #include /* remove once we remove the wext stuff */ diff --git a/net/wireless/ethtool.h b/net/wireless/ethtool.h index 70cbee1..695ecad 100644 --- a/net/wireless/ethtool.h +++ b/net/wireless/ethtool.h @@ -1,8 +1,6 @@ #ifndef __CFG80211_ETHTOOL__ #define __CFG80211_ETHTOOL__ -#include - extern const struct ethtool_ops cfg80211_ethtool_ops; #endif /* __CFG80211_ETHTOOL__ */