Re: [PATCH wireless-dev] d80211: Switch d80211_mgmt.h to ieee80211.h style definitions

2006-08-07 Thread Michael Wu
On Monday 07 August 2006 10:20, Jouni Malinen wrote: > Changing WLAN_STATUS_* and WLAN_REASON_* to be enum's while keeping > their old names is fine. However, I would rather not change the names of > the information element IDs (WLAN_EID_*) into MFIE_TYPE_*. What is that > 'MFIE' anyway? Management

Re: [PATCH wireless-dev] d80211: Switch d80211_mgmt.h to ieee80211.h style definitions

2006-08-07 Thread Jouni Malinen
On Sat, Aug 05, 2006 at 01:45:33AM -0700, Michael Wu wrote: > d80211: Switch d80211_mgmt.h to ieee80211.h style definitions > > This patch switches a number of defines in d80211_mgmt.h to enums taken from > ieee80211.h and makes the corresponding changes in net/d80211. > include/net/d80211_mgmt

[PATCH wireless-dev] d80211: Switch d80211_mgmt.h to ieee80211.h style definitions

2006-08-05 Thread Michael Wu
d80211: Switch d80211_mgmt.h to ieee80211.h style definitions This patch switches a number of defines in d80211_mgmt.h to enums taken from ieee80211.h and makes the corresponding changes in net/d80211. Signed-off-by: Michael Wu <[EMAIL PROTECTED]> --- include/net/d80211_mgmt.h | 153 ++