mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-06 12:14:04 -05:00
nl80211: Remove forgotten Action frame registration example
This commit is contained in:
parent
6700a277a9
commit
bc19f67240
@ -1378,11 +1378,6 @@ nla_put_failure:
|
|||||||
|
|
||||||
static int nl80211_register_action_frames(struct wpa_driver_nl80211_data *drv)
|
static int nl80211_register_action_frames(struct wpa_driver_nl80211_data *drv)
|
||||||
{
|
{
|
||||||
if (0) {
|
|
||||||
/* Public Action frames */
|
|
||||||
return nl80211_register_action_frame(drv, (u8 *) "\x04", 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* FT Action frames */
|
/* FT Action frames */
|
||||||
if (nl80211_register_action_frame(drv, (u8 *) "\x06", 1) < 0)
|
if (nl80211_register_action_frame(drv, (u8 *) "\x06", 1) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user