mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-16 15:08:51 +00:00
Update inject_80211 to avoid comiling error onboard
This commit is contained in:
parent
d34ea307b5
commit
0802e503a4
@ -79,7 +79,7 @@ struct ieee80211_radiotap_header {
|
||||
* Additional extensions are made
|
||||
* by setting bit 31.
|
||||
*/
|
||||
} __packed;
|
||||
} __attribute__((packed));
|
||||
|
||||
/* Name Data type Units
|
||||
* ---- --------- -----
|
||||
|
@ -142,7 +142,7 @@ void usage(void)
|
||||
"-h this menu\n\n"
|
||||
|
||||
"Example:\n"
|
||||
" iw dev wlan0 interface add mon0 type monitor && ifconfig mon0 up\n"
|
||||
" iw dev sdr0 interface add mon0 type monitor && ifconfig mon0 up\n"
|
||||
" inject_80211 mon0\n"
|
||||
"\n");
|
||||
exit(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user