Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:33269 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329Ab2FFKZz (ORCPT ); Wed, 6 Jun 2012 06:25:55 -0400 Message-ID: <1338978354.4513.57.camel@jlt3.sipsolutions.net> (sfid-20120606_122558_258192_91E622C0) Subject: Re: [PATCH 2/4] mac80211: implement the proactive PREQ generation From: Johannes Berg To: Chun-Yeow Yeoh Cc: linux-wireless@vger.kernel.org, javier@cozybit.com, linville@tuxdriver.com, devel@lists.open80211s.org Date: Wed, 06 Jun 2012 12:25:54 +0200 In-Reply-To: <1338978039-4269-3-git-send-email-yeohchunyeow@gmail.com> (sfid-20120606_122107_848877_726A8E55) References: <1338978039-4269-1-git-send-email-yeohchunyeow@gmail.com> <1338978039-4269-3-git-send-email-yeohchunyeow@gmail.com> (sfid-20120606_122107_848877_726A8E55) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2012-06-06 at 18:20 +0800, Chun-Yeow Yeoh wrote: > +enum mesh_hwmp_rootmode { > + noRoot = 0, > + notavailable, > + proactivePREQnoPREP, > + proactivePREQwithPREP, > + rann > +}; this hsould probably also be in nl80211 or ieee80211 and have validation in nl80211 etc. since it comes from userspace johannes