Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361122
b: refs/heads/master
c: 9026c49
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and David S. Miller committed Mar 10, 2013
1 parent d89d83f commit 8bd93e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fef4c86e59a76f2ec1a77d5732f40752700bd5dd
refs/heads/master: 9026c4927254f5bea695cc3ef2e255280e6a3011
2 changes: 1 addition & 1 deletion trunk/net/ieee802154/6lowpan.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
(memcmp(addr1, addr2, length >> 3) == 0)

/* local link, i.e. FE80::/10 */
#define is_addr_link_local(a) (((a)->s6_addr16[0]) == 0x80FE)
#define is_addr_link_local(a) (((a)->s6_addr16[0]) == htons(0xFE80))

/*
* check whether we can compress the IID to 16 bits,
Expand Down

0 comments on commit 8bd93e2

Please sign in to comment.