From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com ([209.85.212.177]:37841 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751236AbbD3IuG (ORCPT ); Thu, 30 Apr 2015 04:50:06 -0400 Received: by widdi4 with SMTP id di4so9519337wid.0 for ; Thu, 30 Apr 2015 01:50:05 -0700 (PDT) Date: Thu, 30 Apr 2015 10:49:59 +0200 From: Alexander Aring Subject: Re: [PATCH v2 wpan-next] cfg802154: pass name_assign_type to rdev_add_virtual_intf() Message-ID: <20150430084959.GA748@omega> References: <1430279911-13176-1-git-send-email-varkab@cdac.in> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1430279911-13176-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 Hi Varka, On Wed, Apr 29, 2015 at 09:28:31AM +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 Patch has been applied to wpan-next repository. Thanks - Alex