mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199187
@ -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 New Issue
Block a user