Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159455
b: refs/heads/master
c: 798c752
h: refs/heads/master
i:
  159453: 5e6bc1c
  159451: dbce297
  159447: c5bfb1c
  159439: 378f359
  159423: 64c5b3a
v: v3
  • Loading branch information
Dmitry Baryshkov authored and David S. Miller committed Aug 13, 2009
1 parent 0b53aaf commit 662a2c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: acb8aacda3f0bc3aeb652f4365c078a2b0adb0bf
refs/heads/master: 798c752b815bd80653dc48b6ffb8eb68ede15a66
8 changes: 2 additions & 6 deletions trunk/drivers/ieee802154/fakehard.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,14 @@ static int fake_disassoc_req(struct net_device *dev,
*
* Note: This is in section 7.5.2.3 of the IEEE 802.15.4-2006
* document, with 7.3.8 describing coordinator realignment.
*
* Note: There is currently no way to notify the coordinator userland
* program of whether or not the PAN has started successfully. As
* such, the coordinator program cannot know when the MAC has
* completed starting the network and will simply have to assume
* completeness based on some form of time delay.
*/
static int fake_start_req(struct net_device *dev, struct ieee802154_addr *addr,
u8 channel,
u8 bcn_ord, u8 sf_ord, u8 pan_coord, u8 blx,
u8 coord_realign)
{
/* We don't emulate beacons here at all, so START should fail */
ieee802154_nl_start_confirm(dev, IEEE802154_INVALID_PARAMETER);
return 0;
}

Expand Down

0 comments on commit 662a2c4

Please sign in to comment.