nilfs2: segment usage file
[linux-2.6] / drivers / staging / rt2870 / sta_ioctl.c.patch
1 --- sta_ioctl.c 2008-09-19 14:37:52.000000000 +0800
2 +++ sta_ioctl.c.fc9     2008-09-19 14:38:20.000000000 +0800
3 @@ -49,15 +49,9 @@
4
5  #define GROUP_KEY_NO                4
6
7 -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
8  #define IWE_STREAM_ADD_EVENT(_A, _B, _C, _D, _E)               iwe_stream_add_event(_A, _B, _C, _D, _E)
9  #define IWE_STREAM_ADD_POINT(_A, _B, _C, _D, _E)               iwe_stream_add_point(_A, _B, _C, _D, _E)
10  #define IWE_STREAM_ADD_VALUE(_A, _B, _C, _D, _E, _F)   iwe_stream_add_value(_A, _B, _C, _D, _E, _F)
11 -#else
12 -#define IWE_STREAM_ADD_EVENT(_A, _B, _C, _D, _E)               iwe_stream_add_event(_B, _C, _D, _E)
13 -#define IWE_STREAM_ADD_POINT(_A, _B, _C, _D, _E)               iwe_stream_add_point(_B, _C, _D, _E)
14 -#define IWE_STREAM_ADD_VALUE(_A, _B, _C, _D, _E, _F)   iwe_stream_add_value(_B, _C, _D, _E, _F)
15 -#endif
16
17  extern UCHAR    CipherWpa2Template[];
18  extern UCHAR    CipherWpaPskTkip[];