Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. diff --git a/target/linux/ar71xx/files/arch/mips/ath79/routerboot.c b/target/linux/ar71xx/files/arch/mips/ath79/routerboot.c
  2. index 76776e1d84..748199e00d 100644
  3. --- a/target/linux/ar71xx/files/arch/mips/ath79/routerboot.c
  4. +++ b/target/linux/ar71xx/files/arch/mips/ath79/routerboot.c
  5. @@ -110,6 +110,7 @@ routerboot_find_tag(u8 *buf, unsigned int buflen, u16 tag_id,
  6. break;
  7.  
  8. id = get_u16(buf);
  9. + pr_err("debug: id = %X\n", id);
  10. buf += 2;
  11. buflen -= 2;
  12.  
  13. @@ -207,6 +208,7 @@ __rb_get_wlan_data(u16 id)
  14. u16 erd_len;
  15.  
  16. if (id == 0)
  17. + pr_err("id = %X\n", id);
  18. goto err_free;
  19.  
  20. err = routerboot_find_tag(tag, tag_len, id,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement