Return-path: Received: from mail-vc0-f174.google.com ([209.85.220.174]:42760 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752962Ab2JMLuS (ORCPT ); Sat, 13 Oct 2012 07:50:18 -0400 Received: by mail-vc0-f174.google.com with SMTP id fk26so315767vcb.19 for ; Sat, 13 Oct 2012 04:50:17 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1350037696-23747-2-git-send-email-arend@broadcom.com> References: <1350037696-23747-1-git-send-email-arend@broadcom.com> <1350037696-23747-2-git-send-email-arend@broadcom.com> Date: Sat, 13 Oct 2012 15:50:17 +0400 Message-ID: (sfid-20121013_135027_723561_DAA80E8D) Subject: Re: [PATCH 1/3] wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC From: Stanislav Yakovlev To: Arend van Spriel Cc: "John W. Linville" , Linux Wireless List , Kalle Valo , Jouni Malinen , Dan Williams , Bing Zhao , Larry Finger Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: Hi Arend, On 12 October 2012 14:28, Arend van Spriel wrote: > The include file linux/ieee80211.h contains three definitions for > the same thing in enum ieee80211_eid due to historic changes: > > /* Information Element IDs */ > enum ieee80211_eid { > : > WLAN_EID_WPA = 221, > WLAN_EID_GENERIC = 221, > WLAN_EID_VENDOR_SPECIFIC = 221, > : > }; > > The standard refers to this as "vendor specific" element so the > other two definitions are better not used. This patch changes the > wireless drivers to use one definition, ie. WLAN_EID_VENDOR_SPECIFIC. > > Cc: Kalle Valo > Cc: Jouni Malinen > Cc: Stanislav Yakovlev > Cc: Dan Williams > Cc: Bing Zhao > Cc: Larry Finger > Signed-off-by: Arend van Spriel For the ipw2x00 part: Acked-by: Stanislav Yakovlev Thanks! Stanislav.