commit 4814dd766324af7e58e10bb2e4e8ea1da555cf98 Author: Jiri Slaby Date: Wed Jul 11 22:03:03 2007 +0200 comment hwmap in softc diff --git a/ath/if_athvar.h b/ath/if_athvar.h index 5bacf0f..2f58793 100644 --- a/ath/if_athvar.h +++ b/ath/if_athvar.h @@ -209,7 +209,7 @@ struct ath_softc { #ifdef BLE u16 sc_curtxpow; /* current tx power limit */ u8 sc_rixmap[256]; /* IEEE to h/w rate table ix */ -#endif + struct { // int ieeerate; /* IEEE rate */ u8 rxflags; /* radiotap rx flags */ @@ -217,7 +217,7 @@ struct ath_softc { u16 ledon; /* softled on time */ u16 ledoff; /* softled off time */ } hwmap[32]; /* h/w rate ix mappings */ -#ifdef BLE + u8 sc_protrix; /* protection rate index */ u_int sc_txantenna; /* tx antenna (fixed or auto) */ #endif