Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247474
b: refs/heads/master
c: bd30ce4
h: refs/heads/master
v: v3
  • Loading branch information
sjur.brandeland@stericsson.com authored and David S. Miller committed May 15, 2011
1 parent 4e37ebb commit 0265d15
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 119 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: 0b1e9738deb30f4c35c0add43a52dcd0608b227e
refs/heads/master: bd30ce4bc0b7dc859c1d1cba7ad87e08642418b0
10 changes: 10 additions & 0 deletions trunk/include/net/caif/cfcnfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,14 @@ struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg,
* @ifi: ifindex obtained from socket.c bindtodevice.
*/
int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi);

/**
* cfcnfg_set_phy_state() - Set the state of the physical interface device.
* @cnfg: Configuration object
* @phy_layer: Physical Layer representation
* @up: State of device
*/
int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
bool up);

#endif /* CFCNFG_H_ */
Loading

0 comments on commit 0265d15

Please sign in to comment.