From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757491AbcH3GGs (ORCPT ); Tue, 30 Aug 2016 02:06:48 -0400 Received: from s3.sipsolutions.net ([5.9.151.49]:48646 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751804AbcH3GGq (ORCPT ); Tue, 30 Aug 2016 02:06:46 -0400 Message-ID: <1472537200.4249.5.camel@sipsolutions.net> Subject: Re: [PATCH] cfg80211: Add stub for cfg80211_get_station() From: Johannes Berg To: Linus =?ISO-8859-1?Q?L=FCssing?= , linux-wireless@vger.kernel.org Cc: "David S . Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Antonio Quartulli , b.a.t.m.a.n@lists.open-mesh.org Date: Tue, 30 Aug 2016 08:06:40 +0200 In-Reply-To: <20160819200248.8202-1-linus.luessing@c0d3.blue> (sfid-20160819_220304_170640_809CF938) References: <20160819200248.8202-1-linus.luessing@c0d3.blue> (sfid-20160819_220304_170640_809CF938) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.4-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2016-08-19 at 22:02 +0200, Linus Lüssing wrote: > This allows modules using this function (currently: batman-adv) to > compile even if cfg80211 is not built at all, thus relaxing > dependencies. johannes