From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com ([74.125.82.52]:33999 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933028AbbD1Ks1 (ORCPT ); Tue, 28 Apr 2015 06:48:27 -0400 Received: by wgso17 with SMTP id o17so146828150wgs.1 for ; Tue, 28 Apr 2015 03:48:25 -0700 (PDT) Date: Tue, 28 Apr 2015 12:48:23 +0200 From: Alexander Aring Subject: Re: [PATCH bluetooth-next] cfg802154: pass name_assign_type to rdev_add_virtual_intf() Message-ID: <20150428104819.GC700@omega> References: <1430210890-1701-1-git-send-email-varkab@cdac.in> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1430210890-1701-1-git-send-email-varkab@cdac.in> Sender: linux-wpan-owner@vger.kernel.org List-ID: To: Varka Bhadram Cc: linux-wpan@vger.kernel.org, Varka Bhadram On Tue, Apr 28, 2015 at 02:18:10PM +0530, Varka Bhadram wrote: > This code is based on commit 6bab2e19c5ffd > ("cfg80211: pass name_assign_type to rdev_add_virtual_intf()") > > This will expose in sysfs whether the ifname of a IEEE-802.15.4 > device is set by userspace or generated by the kernel. > We are using two types of name_assign_types > o NET_NAME_ENUM: Default interface name provided by kernel > o NET_NAME_USER: Interface name provided by user. > > Signed-off-by: Varka Bhadram Acked-by: Alexander Aring - Alex