Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40161
b: refs/heads/master
c: 5307794
h: refs/heads/master
i:
  40159: 8b2ea71
v: v3
  • Loading branch information
Jean Tourrilhes authored and John W. Linville committed Oct 17, 2006
1 parent 1e5e35a commit c82032a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 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: 683f8c9e00d2aa911382186ca891bd221efaea74
refs/heads/master: 53077944f119808df3d1c6be07241f17a87e7c28
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -5970,7 +5970,6 @@ static int airo_get_essid(struct net_device *dev,

/* Get the current SSID */
memcpy(extra, status_rid.SSID, status_rid.SSIDlen);
extra[status_rid.SSIDlen] = '\0';
/* If none, we may want to get the one that was set */

/* Push it out ! */
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/atmel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1678,11 +1678,9 @@ static int atmel_get_essid(struct net_device *dev,
/* Get the current SSID */
if (priv->new_SSID_size != 0) {
memcpy(extra, priv->new_SSID, priv->new_SSID_size);
extra[priv->new_SSID_size] = '\0';
dwrq->length = priv->new_SSID_size;
} else {
memcpy(extra, priv->SSID, priv->SSID_size);
extra[priv->SSID_size] = '\0';
dwrq->length = priv->SSID_size;
}

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/ray_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,6 @@ static int ray_get_essid(struct net_device *dev,

/* Get the essid that was set */
memcpy(extra, local->sparm.b5.a_current_ess_id, IW_ESSID_MAX_SIZE);
extra[IW_ESSID_MAX_SIZE] = '\0';

/* Push it out ! */
dwrq->length = strlen(extra);
Expand Down

0 comments on commit c82032a

Please sign in to comment.