Prefer __packed to __attribute__((__packed__)).
OK'd by sam@ months ago...
This commit is contained in:
parent
7302aa80a9
commit
820d8b5c5d
@ -78,7 +78,7 @@ struct ieee80211_radiotap_header {
|
|||||||
* Additional extensions are made
|
* Additional extensions are made
|
||||||
* by setting bit 31.
|
* by setting bit 31.
|
||||||
*/
|
*/
|
||||||
} __attribute__((__packed__));
|
} __packed;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Name Data type Units
|
* Name Data type Units
|
||||||
|
Loading…
Reference in New Issue
Block a user