Merge branch 'org.openembedded.dev' of git@git.openembedded.net:/openembedded into...
[vuplus_openembedded] / packages / madwifi / files / 40-fix-warnings.patch
1 Index: madwifi-ng-r3314-20080131/ath/if_athvar.h
2 ===================================================================
3 --- madwifi-ng-r3314-20080131.orig/ath/if_athvar.h      2008-06-12 03:19:30.000000000 +0200
4 +++ madwifi-ng-r3314-20080131/ath/if_athvar.h   2008-06-12 03:19:41.000000000 +0200
5 @@ -522,7 +522,7 @@
6         atomic_t av_beacon_alloc;       /* set to 1 when the next beacon needs
7                                            to be recomputed */
8  #else
9 -       unsigned int av_beacon_alloc;
10 +       unsigned long av_beacon_alloc;
11  #endif
12  };
13  #define        ATH_VAP(_v)     ((struct ath_vap *)(_v))