Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dphy.h22 #define CHANSEL_5G(_freq) (((_freq) * 0x8000) / CHANSEL_DIV) macro
H A Dar9002_phy.c132 channelSel = CHANSEL_5G(freq); in ar9002_hw_set_channel()
H A Dar9003_phy.c192 channelSel = CHANSEL_5G(freq); in ar9003_hw_set_channel()