From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from nf-out-0910.google.com ([64.233.182.189]:17051 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753530AbYJ3VUE (ORCPT ); Thu, 30 Oct 2008 17:20:04 -0400 Received: by nf-out-0910.google.com with SMTP id d3so395115nfc.21 for ; Thu, 30 Oct 2008 14:19:55 -0700 (PDT) Message-ID: <490A24F0.7010305@gmail.com> (sfid-20081030_222010_889806_19FAD2C4) Date: Thu, 30 Oct 2008 21:19:44 +0000 MIME-Version: 1.0 To: Johannes Berg CC: John Linville , linux-wireless , Dan Williams , Pavel Roskin , kilroyd Subject: Re: [PATCH v2] don't use net/ieee80211.h References: <1225243531.1369.18.camel@johannes.berg> (sfid-20081029_125021_786122_12E56128) <1225400994.3690.86.camel@johannes.berg> In-Reply-To: <1225400994.3690.86.camel@johannes.berg> Content-Type: text/plain; charset=ISO-8859-1 From: Dave Sender: linux-wireless-owner@vger.kernel.org List-ID: Johannes Berg wrote: > Convert all the drivers using net/ieee80211.h to use linux/ieee80211.h. > Contains a bugfix in libertas where the SSID parsing could overrun the > buffer when the AP sends invalid information. > > Signed-off-by: Johannes Berg > Acked-by: Dan Williams [airo, libertas] > --- > drivers/net/wireless/orinoco.c | 30 ++++++----- Orinoco bits Acked-by: David Kilroy Thanks, Dave.