Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158875
b: refs/heads/master
c: 5121ea0
h: refs/heads/master
i:
  158873: ce46510
  158871: 90a28dd
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jul 10, 2009
1 parent 82fc91f commit 0c993b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 0575606b086ad216b7b1976ca9b9a6e711db92f0
refs/heads/master: 5121ea0481f9cea1dfd958f18d7b4ac78778cd40
2 changes: 1 addition & 1 deletion trunk/include/net/iw_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ extern int dev_get_wireless_info(char * buffer, char **start, off_t offset,
extern void wireless_send_event(struct net_device * dev,
unsigned int cmd,
union iwreq_data * wrqu,
char * extra);
const char * extra);

/* We may need a function to send a stream of events to user space.
* More on that later... */
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/wireless/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ static void rtmsg_iwinfo(struct net_device *dev, char *event, int event_len)
void wireless_send_event(struct net_device * dev,
unsigned int cmd,
union iwreq_data * wrqu,
char * extra)
const char * extra)
{
const struct iw_ioctl_description * descr = NULL;
int extra_len = 0;
Expand Down

0 comments on commit 0c993b1

Please sign in to comment.