mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Remove trailing ";" in struct ieee80211_beacon_offsets declaration
Found by: phk's FlexeLint in September Reviewed by: rpaulo@ MFC after: 1 month
This commit is contained in:
parent
b181440e36
commit
d673ae81ed
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ struct ieee80211_beacon_offsets {
|
|||
uint8_t *bo_ath; /* start of ATH parameters */
|
||||
uint8_t *bo_appie; /* start of AppIE element */
|
||||
uint16_t bo_appie_len; /* AppIE length in bytes */
|
||||
uint16_t bo_csa_trailer_len;;
|
||||
uint16_t bo_csa_trailer_len;
|
||||
uint8_t *bo_csa; /* start of CSA element */
|
||||
uint8_t *bo_meshconf; /* start of MESHCONF element */
|
||||
uint8_t *bo_spare[3];
|
||||
|
|
|
|||
Loading…
Reference in a new issue