Changeset 3767
- Timestamp:
- 07/10/08 16:50:56 (4 years ago)
- Files:
-
- madwifi/trunk/net80211/ieee80211_wireless.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
madwifi/trunk/net80211/ieee80211_wireless.c
r3760 r3767 1777 1777 }; 1778 1778 1779 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 2 6)1779 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27) && !defined(IW_REQUEST_FLAG_COMPAT) 1780 1780 #define iwe_stream_add_event(a, b, c, d, e) iwe_stream_add_event(b, c, d, e) 1781 1781 #define iwe_stream_add_point(a, b, c, d, e) iwe_stream_add_point(b, c, d, e) 1782 1782 #define iwe_stream_add_value(a, b, c, d, e, f) \ 1783 1783 iwe_stream_add_value(b, c, d, e, f) 1784 #define iwe_stream_lcp_len( ...) IW_EV_LCP_LEN1784 #define iwe_stream_lcp_len(a) IW_EV_LCP_LEN 1785 1785 #endif 1786 1786 static int
