Searched refs:IWN_EXP2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5372 #define IWN_EXP2(x) ((1 << (x)) - 1) /* CWmin = 2^ECWmin - 1 */ macro
5387 cmd.ac[aci].cwmin = htole16(IWN_EXP2(ac->wmep_logcwmin));
5388 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));
5401 #undef IWN_EXP2 macro

Completed in 85 milliseconds