On Wed, Aug 07, 2024 at 04:22:05PM +0800, hhorace wrote: > According to RFC8325 4.3, Multimedia Streaming: AF31(011010, 26), > AF32(011100, 28), AF33(011110, 30) maps to User Priority = 4 > and AC_VI (Video). > > However, the original code remain the default three Most Significant > Bits (MSBs) of the DSCP, which makes AF3x map to User Priority = 3 > and AC_BE (Best Effort). > > Fixes: 6fdb8b8781d5 ("wifi: cfg80211: Update the default DSCP-to-UP mapping") > Signed-off-by: hhorace <hhoracehsu@xxxxxxxxx> Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx>