From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajkumar Manoharan Date: Wed, 21 May 2014 16:31:45 +0530 Subject: [ath9k-devel] randconfig build error with next-20140519, in drivers/net/wireless/ath/ath9k/dfs.c In-Reply-To: References: Message-ID: <20140521110143.GA2375@qca.qualcomm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Mon, May 19, 2014 at 09:31:16AM -0700, Jim Davis wrote: > Building with the attached random configuration file, > > In file included from drivers/net/wireless/ath/ath9k/eeprom.h:22:0, > from drivers/net/wireless/ath/ath9k/hw.h:27, > from drivers/net/wireless/ath/ath9k/dfs.c:18: > drivers/net/wireless/ath/ath9k/dfs.c: In function ?ath9k_dfs_process_phyerr?: > drivers/net/wireless/ath/ath9k/dfs.c:185:14: error: ?struct ath_softc? > has no member named ?debug? > pe.ts - sc->debug.stats.dfs_stats.last_ts); > ^ > drivers/net/wireless/ath/ath9k/../ath.h:273:41: note: in definition of > macro ?ath_dbg? > ath_printk(KERN_DEBUG, common, fmt, ##__VA_ARGS__); \ > ^ > drivers/net/wireless/ath/ath9k/dfs.c:186:5: error: ?struct ath_softc? > has no member named ?debug? > sc->debug.stats.dfs_stats.last_ts = pe.ts; > ^ > make[5]: *** [drivers/net/wireless/ath/ath9k/dfs.o] Error 1 Please select CONFIG_ATH9K_DEBUGFS. -Rajkumar From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajkumar Manoharan Subject: Re: [ath9k-devel] randconfig build error with next-20140519, in drivers/net/wireless/ath/ath9k/dfs.c Date: Wed, 21 May 2014 16:31:45 +0530 Message-ID: <20140521110143.GA2375@qca.qualcomm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Jim Davis Cc: Stephen Rothwell , linux-next , linux-kernel , linville , linux-wireless , ath9k-devel@lists.ath9k.org, netdev List-Id: linux-next.vger.kernel.org On Mon, May 19, 2014 at 09:31:16AM -0700, Jim Davis wrote: > Building with the attached random configuration file, >=20 > In file included from drivers/net/wireless/ath/ath9k/eeprom.h:22:0, > from drivers/net/wireless/ath/ath9k/hw.h:27, > from drivers/net/wireless/ath/ath9k/dfs.c:18: > drivers/net/wireless/ath/ath9k/dfs.c: In function =E2=80=98ath9k_dfs_= process_phyerr=E2=80=99: > drivers/net/wireless/ath/ath9k/dfs.c:185:14: error: =E2=80=98struct a= th_softc=E2=80=99 > has no member named =E2=80=98debug=E2=80=99 > pe.ts - sc->debug.stats.dfs_stats.last_ts); > ^ > drivers/net/wireless/ath/ath9k/../ath.h:273:41: note: in definition o= f > macro =E2=80=98ath_dbg=E2=80=99 > ath_printk(KERN_DEBUG, common, fmt, ##__VA_ARGS__); \ > ^ > drivers/net/wireless/ath/ath9k/dfs.c:186:5: error: =E2=80=98struct at= h_softc=E2=80=99 > has no member named =E2=80=98debug=E2=80=99 > sc->debug.stats.dfs_stats.last_ts =3D pe.ts; > ^ > make[5]: *** [drivers/net/wireless/ath/ath9k/dfs.o] Error 1 Please select CONFIG_ATH9K_DEBUGFS. -Rajkumar From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:50078 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751254AbaEULBL (ORCPT ); Wed, 21 May 2014 07:01:11 -0400 Date: Wed, 21 May 2014 16:31:45 +0530 From: Rajkumar Manoharan To: Jim Davis CC: Stephen Rothwell , linux-next , linux-kernel , linville , linux-wireless , , netdev Subject: Re: [ath9k-devel] randconfig build error with next-20140519, in drivers/net/wireless/ath/ath9k/dfs.c Message-ID: <20140521110143.GA2375@qca.qualcomm.com> (sfid-20140521_130142_123606_D7F60D11) References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, May 19, 2014 at 09:31:16AM -0700, Jim Davis wrote: > Building with the attached random configuration file, > > In file included from drivers/net/wireless/ath/ath9k/eeprom.h:22:0, > from drivers/net/wireless/ath/ath9k/hw.h:27, > from drivers/net/wireless/ath/ath9k/dfs.c:18: > drivers/net/wireless/ath/ath9k/dfs.c: In function ‘ath9k_dfs_process_phyerr’: > drivers/net/wireless/ath/ath9k/dfs.c:185:14: error: ‘struct ath_softc’ > has no member named ‘debug’ > pe.ts - sc->debug.stats.dfs_stats.last_ts); > ^ > drivers/net/wireless/ath/ath9k/../ath.h:273:41: note: in definition of > macro ‘ath_dbg’ > ath_printk(KERN_DEBUG, common, fmt, ##__VA_ARGS__); \ > ^ > drivers/net/wireless/ath/ath9k/dfs.c:186:5: error: ‘struct ath_softc’ > has no member named ‘debug’ > sc->debug.stats.dfs_stats.last_ts = pe.ts; > ^ > make[5]: *** [drivers/net/wireless/ath/ath9k/dfs.o] Error 1 Please select CONFIG_ATH9K_DEBUGFS. -Rajkumar From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752121AbaEULBN (ORCPT ); Wed, 21 May 2014 07:01:13 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:50078 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751254AbaEULBL (ORCPT ); Wed, 21 May 2014 07:01:11 -0400 X-IronPort-AV: E=McAfee;i="5600,1067,7444"; a="127582322" X-IronPort-AV: E=Sophos;i="4.98,879,1392192000"; d="scan'208";a="646004441" Date: Wed, 21 May 2014 16:31:45 +0530 From: Rajkumar Manoharan To: Jim Davis CC: Stephen Rothwell , linux-next , linux-kernel , linville , linux-wireless , , netdev Subject: Re: [ath9k-devel] randconfig build error with next-20140519, in drivers/net/wireless/ath/ath9k/dfs.c Message-ID: <20140521110143.GA2375@qca.qualcomm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Originating-IP: [172.30.48.1] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 19, 2014 at 09:31:16AM -0700, Jim Davis wrote: > Building with the attached random configuration file, > > In file included from drivers/net/wireless/ath/ath9k/eeprom.h:22:0, > from drivers/net/wireless/ath/ath9k/hw.h:27, > from drivers/net/wireless/ath/ath9k/dfs.c:18: > drivers/net/wireless/ath/ath9k/dfs.c: In function ‘ath9k_dfs_process_phyerr’: > drivers/net/wireless/ath/ath9k/dfs.c:185:14: error: ‘struct ath_softc’ > has no member named ‘debug’ > pe.ts - sc->debug.stats.dfs_stats.last_ts); > ^ > drivers/net/wireless/ath/ath9k/../ath.h:273:41: note: in definition of > macro ‘ath_dbg’ > ath_printk(KERN_DEBUG, common, fmt, ##__VA_ARGS__); \ > ^ > drivers/net/wireless/ath/ath9k/dfs.c:186:5: error: ‘struct ath_softc’ > has no member named ‘debug’ > sc->debug.stats.dfs_stats.last_ts = pe.ts; > ^ > make[5]: *** [drivers/net/wireless/ath/ath9k/dfs.o] Error 1 Please select CONFIG_ATH9K_DEBUGFS. -Rajkumar