Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k.h1177 extern int ath5k_channel_ok(struct ath5k_hw *ah, u16 freq, unsigned int flags);
Dath5k_phy.c835 int ath5k_channel_ok(struct ath5k_hw *ah, u16 freq, unsigned int flags) in ath5k_channel_ok() function
1061 if (!ath5k_channel_ok(ah, channel->center_freq, channel->hw_value)) { in ath5k_hw_channel()
Dath5k.c597 if (!ath5k_channel_ok(ah, freq, chfreq)) in ath5k_copy_channels()