Lines Matching +full:loss +full:- +full:of +full:- +full:signal
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
13 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
14 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
42 /* phy ctl byte 3, code rate, modulation type, # of streams */
49 #define MCS_TABLE_SIZE 33 /* Number of mcs entries in the table */
52 #define MCS_TXS_MASK 0xc0 /* num tx streams - 1 bit mask */
53 #define MCS_TXS_SHIFT 6 /* num tx streams - 1 bit shift */
55 /* returns num tx streams - 1 */
207 static inline u8 cck_phy2mac_rate(u8 signal) in cck_phy2mac_rate() argument
209 return signal/5; in cck_phy2mac_rate()
222 /* copy rateset src to dst as-is (no masking or sorting) */