Diff between 7bc76b3d3a26b562a00a2df62dc492db2b722528 and 9fea6eea380cc31465d40ef2ab9fd11af2616f51
Changed Files
| File | Additions | Deletions | Status |
| monitor/packet.c | +2 | -2 | modified |
Full Patch
diff --git a/monitor/packet.c b/monitor/packet.c
index 4e5e2d8..690aaf2 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -275,7 +275,7 @@ static void print_pscan_rep_mode(uint8_t pscan_rep_mode)
str = "R1";
break;
case 0x02:
- str = "R3";
+ str = "R2";
break;
default:
str = "Reserved";
@@ -298,7 +298,7 @@ static void print_pscan_period_mode(uint8_t pscan_period_mode)
str = "P1";
break;
case 0x02:
- str = "P3";
+ str = "P2";
break;
default:
str = "Reserved";