On Thu, Dec 04, 2008 at 08:38:13PM +0530, Senthil Balasubramanian wrote: > This patch fixes a regression introduced by > "wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflicts" > LEAP authentication algorithm identifier should be 128. > > Signed-off-by: Senthil Balasubramanian <senthilkumar@xxxxxxxxxxx> > --- > include/linux/ieee80211.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h > index a6ec928..c4e6ca1 100644 > --- a/include/linux/ieee80211.h > +++ b/include/linux/ieee80211.h > @@ -836,7 +836,7 @@ struct ieee80211_ht_info { > /* Authentication algorithms */ > #define WLAN_AUTH_OPEN 0 > #define WLAN_AUTH_SHARED_KEY 1 > -#define WLAN_AUTH_LEAP 2 > +#define WLAN_AUTH_LEAP 128 > > #define WLAN_AUTH_CHALLENGE_LEN 128 What is the regression? What problem does this cause? AFAICT this value is only used internally, so it shouldn't matter what the actual value is. John -- John W. Linville Linux should be at the core linville@xxxxxxxxxxxxx of your literate lifestyle. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html