Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

restyle #147

Merged
merged 3 commits into from
Jun 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion minigotchi/structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ typedef struct {
unsigned bssidmatch0 : 1; /**< usually not used */
unsigned bssidmatch1 : 1; /**< usually not used */
unsigned mcs : 7; /**< if is 11n packet, shows the modulation(range from 0 to
76) */
76) */
unsigned cwb : 1; /**< if is 11n packet, shows if is HT40 packet or not */
unsigned HT_length : 16; /**< Length of 11n mode packet */
unsigned smoothing : 1; /**< reserve */
Expand Down
Loading