Lines Matching +full:long +full:- +full:term
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* ZD1211 USB-WLAN driver for Linux
4 * Copyright (C) 2005-2007 Ulrich Kunitz <kune@deine-taler.de>
5 * Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.org>
30 * of short or long preambles in 802.11b (CCK mode) or the use of 802.11a or
33 * The term zd-rate is used for the combination of the modulation type flag
44 * codeing for the 1 and 2 MBit/s rate. We stay with the term here to remain
45 * consistent with uses the term at other places.
52 * with the modulation type flag and call the resulting values zd-rates.
156 unsigned long last_update;
186 unsigned long flags;
231 return header->prefix[0] & 0xf; in zd_ofdm_plcp_header_rate()
234 /* The following defines give the encoding of the 4-bit rate field in the
236 * define the zd-rate values for OFDM.
258 return header->signal; in zd_cck_plcp_header_signal()
264 * rate to stay consistent with Zydas and our use of the term.
266 * Notify that these values are *not* used in the zd-rates.
275 return hw->priv; in zd_hw_mac()
290 return mac->hw->wiphy->perm_addr; in zd_mac_get_perm_addr()
293 #define zd_mac_dev(mac) (zd_chip_dev(&(mac)->chip))