Merge "qcacmn: Change format specifier %p to %pK"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
519d203401
@@ -170,7 +170,7 @@ static const struct dp_rate_debug dp_rate_string[DOT11_MAX][MAX_MCS] = {
|
||||
{"VHT MCS 8 (256-QAM 3/4) ", MCS_VALID},
|
||||
{"VHT MCS 9 (256-QAM 5/6) ", MCS_VALID},
|
||||
{"VHT MCS 10 (1024-QAM 3/4)", MCS_VALID},
|
||||
{"VHT MCS 10 (1024-QAM 5/6)", MCS_VALID},
|
||||
{"VHT MCS 11 (1024-QAM 5/6)", MCS_VALID},
|
||||
{"INVALID ", MCS_VALID},
|
||||
},
|
||||
{
|
||||
@@ -185,7 +185,7 @@ static const struct dp_rate_debug dp_rate_string[DOT11_MAX][MAX_MCS] = {
|
||||
{"HE MCS 8 (256-QAM 3/4) ", MCS_VALID},
|
||||
{"HE MCS 9 (256-QAM 5/6) ", MCS_VALID},
|
||||
{"HE MCS 10 (1024-QAM 3/4)", MCS_VALID},
|
||||
{"HE MCS 10 (1024-QAM 5/6)", MCS_VALID},
|
||||
{"HE MCS 11 (1024-QAM 5/6)", MCS_VALID},
|
||||
{"INVALID ", MCS_VALID},
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user