Searched refs:ant_mode (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/bwi/
H A Dbwirf.c2293 bwi_rf_set_ant_mode(struct bwi_mac *mac, int ant_mode) argument
2299 KASSERT(ant_mode == BWI_ANT_MODE_0 ||
2300 ant_mode == BWI_ANT_MODE_1 ||
2301 ant_mode == BWI_ANT_MODE_AUTO, ("ant_mode %d", ant_mode));
2310 val = ant_mode;
2315 val = ant_mode << 7;
2318 if (ant_mode == BWI_ANT_MODE_AUTO)
2324 if (ant_mode
[all...]

Completed in 116 milliseconds