Go to the documentation of this file.
20 #include <linux/errno.h>
21 #include <linux/module.h>
22 #include <linux/device.h>
23 #include <linux/bitmap.h>
37 if (evt->
notif.size <
sizeof(*iercv)) {
38 dev_err(dev,
"IE Received notification: Not enough data to "
39 "decode (%zu vs %zu bytes needed)\n",
40 evt->
notif.size,
sizeof(*iercv));
46 dev_dbg(dev,
"IE received, element ID=%d\n", iercv->
IEData[0]);
49 dev_warn(dev,
"unhandled Relinquish Request IE\n");