Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Deeprom.c182 static const struct reg_channel_bounds chan_bounds[] = { in mt7601u_set_country_reg() local
200 val, chan_bounds[idx].start, in mt7601u_set_country_reg()
201 chan_bounds[idx].start + chan_bounds[idx].num - 1); in mt7601u_set_country_reg()
205 dev->ee->reg = chan_bounds[idx]; in mt7601u_set_country_reg()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Deeprom.c196 static const struct reg_channel_bounds chan_bounds[] = { in mt76x0_set_country_reg() local
215 val, chan_bounds[idx].start, in mt76x0_set_country_reg()
216 chan_bounds[idx].start + chan_bounds[idx].num - 1); in mt76x0_set_country_reg()
220 dev->ee->reg = chan_bounds[idx]; in mt76x0_set_country_reg()