Searched refs:fbin (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom.h715 static inline u16 ath9k_hw_fbin2freq(u8 fbin, bool is2GHz) argument
717 if (fbin == AR5416_BCHAN_UNUSED)
718 return fbin;
720 return (u16) ((is2GHz) ? (2300 + fbin) : (4800 + 5 * fbin));

Completed in 223 milliseconds