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

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c694 mwl_hal_sethtgi(struct mwl_hal_vap *vap, int GIType) argument
705 if (GIType == 0) {
706 pCmd->GIType = htole32(GI_TYPE_LONG);
707 } else if (GIType == 1) {
708 pCmd->GIType = htole32(GI_TYPE_LONG | GI_TYPE_SHORT);
710 pCmd->GIType = htole32(GI_TYPE_LONG);
H A Dmwlhal.h272 * GIType = 0: enable long and short GI
273 * GIType = 1: enable short GI
274 * GIType = 2: enable long GI
276 int mwl_hal_sethtgi(struct mwl_hal_vap *, int GIType);
H A Dmwlreg.h725 uint32_t GIType; member in struct:__anon47

Completed in 92 milliseconds