Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7817e4ce authored by Felix Fietkau's avatar Felix Fietkau Committed by John W. Linville
Browse files

ath9k: update the MCS mask for MCS16 and above

parent 0a8cea84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

#define BITS_PER_BYTE           8
#define OFDM_PLCP_BITS          22
#define HT_RC_2_MCS(_rc)        ((_rc) & 0x0f)
#define HT_RC_2_MCS(_rc)        ((_rc) & 0x1f)
#define HT_RC_2_STREAMS(_rc)    ((((_rc) & 0x78) >> 3) + 1)
#define L_STF                   8
#define L_LTF                   8