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

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k.c348 sc->hwinfo = zalloc(sizeof(*sc->hwinfo));
349 if (!sc->hwinfo) {
355 sc->hwinfo->flags = NET80211_HW_RX_HAS_FCS;
356 sc->hwinfo->signal_type = NET80211_SIGNAL_DB;
357 sc->hwinfo->signal_max = 40; /* 35dB should give perfect 54Mbps */
358 sc->hwinfo->channel_change_time = 5000;
436 free(sc->hwinfo);
453 free(sc->hwinfo);
508 ret = ath5k_eeprom_read_mac(ah, sc->hwinfo
[all...]
H A Dbase.h93 struct net80211_hw_info *hwinfo; member in struct:ath5k_softc
H A Dath5k_reset.c172 for (i = 0; i < sc->hwinfo->nr_rates[NET80211_BAND_2GHZ]; i++) {
176 rate = sc->hwinfo->rates[NET80211_BAND_2GHZ][i];
/external/syslinux/gpxe/src/drivers/net/rtl818x/
H A Drtl818x.c662 struct net80211_hw_info *hwinfo; local
664 hwinfo = zalloc(sizeof(*hwinfo));
665 if (!hwinfo) {
666 DBG("rtl818x: hwinfo alloc failed\n");
712 hwinfo->bands = NET80211_BAND_BIT_2GHZ;
713 hwinfo->flags = NET80211_HW_RX_HAS_FCS;
714 hwinfo->signal_type = NET80211_SIGNAL_ARBITRARY;
715 hwinfo->signal_max = 65;
716 hwinfo
[all...]
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_linux.py123 def hwinfo(device): function
145 return [(d, describe(d), hwinfo(d)) for d in devices]

Completed in 164 milliseconds