Home
last modified time | relevance | path

Searched refs:sta_band (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/rtl8723bs/core/
Drtw_ap.c326 unsigned char sta_band = 0, shortGIrate = false; in add_RATid() local
344 sta_band |= WIRELESS_INVALID; in add_RATid()
347 sta_band |= WIRELESS_11_24N; in add_RATid()
350 sta_band |= WIRELESS_11G; in add_RATid()
353 sta_band |= WIRELESS_11B; in add_RATid()
356 psta->wireless_mode = sta_band; in add_RATid()