Home | History | Annotate | Download | only in ar5211

Lines Matching defs:ahp

201 	struct ath_hal_5211 *ahp;
211 ahp = ath_hal_malloc(sizeof (struct ath_hal_5211));
212 if (ahp == AH_NULL) {
218 ah = &ahp->ah_priv.h;
220 OS_MEMCPY(&ahp->ah_priv, &ar5211hal, sizeof(struct ath_hal_private));
232 ahp->ah_diversityControl = HAL_ANT_VARIABLE;
233 ahp->ah_staId1Defaults = 0;
234 ahp->ah_rssiThr = INIT_RSSI_THR;
235 ahp->ah_sifstime = (u_int) -1;
236 ahp->ah_slottime = (u_int) -1;
237 ahp->ah_acktimeout = (u_int) -1;
238 ahp->ah_ctstimeout = (u_int) -1;
347 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
358 if (ahp)
359 ar5211Detach((struct ath_hal *) ahp);