Ticket #1362: madwifi-gcc-2.95.diff
| File madwifi-gcc-2.95.diff, 0.9 kB (added by pptp@jp.dhs.org, 2 years ago) |
|---|
-
a/net80211/ieee80211.h
old new 358 358 struct ieee80211_ie { 359 359 u_int8_t id; 360 360 u_int8_t len; 361 u_int8_t info[];361 u_int8_t *info; 362 362 } __packed; 363 363 364 364 /* -
a/net80211/ieee80211_ioctl.h
old new 634 634 struct ieee80211req_getset_appiebuf { 635 635 u_int32_t app_frmtype; /* management frame type for which buffer is added */ 636 636 u_int32_t app_buflen; /* application-supplied buffer length */ 637 u_int8_t app_buf[]; /* application-supplied IE(s) */637 u_int8_t *app_buf; /* application-supplied IE(s) */ 638 638 }; 639 639 640 640 /* Flags ORed by application to set filter for receiving management frames */
