From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 08 Jul 2010 20:14:47 +0000 Subject: Re: [PATCH] staging/wlan-ng: reflects NL80211 API change Message-Id: <20100708201447.GA2412@kroah.com> List-Id: References: <1277684197.9983.7.camel@lenovo> In-Reply-To: <1277684197.9983.7.camel@lenovo> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: kernel-janitors@vger.kernel.org On Sun, Jun 27, 2010 at 08:16:37PM -0400, Javier Martinez Canillas wrote: > In today linux-next I got a compile error in wlan-ng: > > CC [M] drivers/staging/wlan-ng/p80211netdev.o > In file included from drivers/staging/wlan-ng/p80211netdev.c:91: > drivers/staging/wlan-ng/cfg80211.c:602: warning: ‘enum tx_power_setting’ declared inside parameter list > drivers/staging/wlan-ng/cfg80211.c:602: warning: its scope is only this definition or declaration, which is probably not what you want > drivers/staging/wlan-ng/cfg80211.c:602: error: parameter 2 (‘type’) has incomplete type > drivers/staging/wlan-ng/cfg80211.c: In function ‘prism2_set_tx_power’: > drivers/staging/wlan-ng/cfg80211.c:609: error: ‘TX_POWER_AUTOMATIC’ undeclared (first use in this function) > drivers/staging/wlan-ng/cfg80211.c:609: error: (Each undeclared identifier is reported only once > drivers/staging/wlan-ng/cfg80211.c:609: error: for each function it appears in.) > make[1]: *** [drivers/staging/wlan-ng/p80211netdev.o] Error 1 > make: *** [_module_drivers/staging/wlan-ng] Error 2 > > The problem is that the 802.11 netlink interface changed and the driver was not updated This needs to go through the wireless tree, care to send it there? It just caused a build error in my tree if I was to take it :( thanks, greg k-h