6loWPAN: Correct some IPv6 addresses and operations on IPv6 addresses.

This commit is contained in:
Gregory Nutt
2017-04-05 12:11:09 -06:00
parent e61fd2d45b
commit cb70ce7d3c
4 changed files with 52 additions and 38 deletions
+2 -2
View File
@@ -158,8 +158,8 @@ static const struct file_operations btn_fops =
btn_open, /* open */
btn_close, /* close */
btn_read, /* read */
0, /* write */
0, /* seek */
NULL, /* write */
NULL, /* seek */
btn_ioctl /* ioctl */
#ifndef CONFIG_DISABLE_POLL
, btn_poll /* poll */