View | Details | Raw Unified | Return to bug 8621
Collapse All | Expand All

(-)wpa_supplicant-0.4.7/driver_madwifi.c.alt-old-madwifi (+5 lines)
Lines 38-43 Link Here
38
#include <net80211/ieee80211_crypto.h>
38
#include <net80211/ieee80211_crypto.h>
39
#include <net80211/ieee80211_ioctl.h>
39
#include <net80211/ieee80211_ioctl.h>
40
40
41
/* Old madwifi versions do not have IEEE80211_KEY_GROUP */
42
#ifndef IEEE80211_KEY_GROUP
43
#define IEEE80211_KEY_GROUP 0
44
#endif
45
41
#ifdef IEEE80211_IOCTL_SETWMMPARAMS
46
#ifdef IEEE80211_IOCTL_SETWMMPARAMS
42
/* Assume this is built against madwifi-ng */
47
/* Assume this is built against madwifi-ng */
43
#define MADWIFI_NG
48
#define MADWIFI_NG

Return to bug 8621