Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171254
b: refs/heads/master
c: 37eb0ed
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov committed Nov 6, 2009
1 parent 7c98dfe commit 9ad06a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c889f4db6b2f8f8429e62011ba622642faba019
refs/heads/master: 37eb0edc8488fccbf601ab3e7e582373ed2a631e
3 changes: 3 additions & 0 deletions trunk/net/ieee802154/wpan-class.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ struct wpan_phy *wpan_phy_alloc(size_t priv_size)

phy->dev.class = &wpan_phy_class;

phy->current_channel = -1; /* not initialised */
phy->current_page = 0; /* for compatibility */

return phy;
}
EXPORT_SYMBOL(wpan_phy_alloc);
Expand Down

0 comments on commit 9ad06a5

Please sign in to comment.