Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353858
b: refs/heads/master
c: 580dccd
h: refs/heads/master
v: v3
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent da42d9b commit 52761cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 61fc9c89b2dd6687a275a031ccc10b3dca483e42
refs/heads/master: 580dccd974cb28a5fdf9b2f90efd8fb930334e3a
10 changes: 5 additions & 5 deletions trunk/drivers/staging/wlags49_h2/wl_profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
/*******************************************************************************
* function prototypes
******************************************************************************/
void parse_config( struct net_device *dev );
void parse_config(struct net_device *dev);

int readline( int filedesc, char *buffer );
int readline(int filedesc, char *buffer);

void translate_option( char *buffer, struct wl_private *lp );
void translate_option(char *buffer, struct wl_private *lp);

int parse_mac_address( char *value, u_char *byte_array );
int parse_mac_address(char *value, u_char *byte_array);

void ParseConfigLine( char *pszLine, char **ppszLVal, char **ppszRVal );
void ParseConfigLine(char *pszLine, char **ppszLVal, char **ppszRVal);


#endif // __WL_PROFILE_H__

0 comments on commit 52761cf

Please sign in to comment.