.. the AR5416 HAL code touches the MIMO parts in HAL_CHANNEL,

so this is also needed.

Pointed out by:	bz
This commit is contained in:
adrian 2012-01-07 20:23:05 +00:00
parent 9fdf403f85
commit bb6e0c3939
2 changed files with 6 additions and 0 deletions

View File

@ -31,7 +31,9 @@
* they'll be initialised to 0 anyway. * they'll be initialised to 0 anyway.
*/ */
#ifndef AH_SUPPORT_AR5416
#define AH_SUPPORT_AR5416 1 #define AH_SUPPORT_AR5416 1
#endif
/* /*
* Transmit descriptor status. This structure is filled * Transmit descriptor status. This structure is filled

View File

@ -30,6 +30,10 @@
#include <net80211/_ieee80211.h> #include <net80211/_ieee80211.h>
#include "opt_ah.h" /* needed for AH_SUPPORT_AR5416 */ #include "opt_ah.h" /* needed for AH_SUPPORT_AR5416 */
#ifndef AH_SUPPORT_AR5416
#define AH_SUPPORT_AR5416 1
#endif
#ifndef NBBY #ifndef NBBY
#define NBBY 8 /* number of bits/byte */ #define NBBY 8 /* number of bits/byte */
#endif #endif