Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277968
b: refs/heads/master
c: b4c0e72
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Nov 26, 2011
1 parent 50423b1 commit 065f120
Show file tree
Hide file tree
Showing 3 changed files with 5 additions 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: f47398409c140a48dd40faf75a18f7c93504a22e
refs/heads/master: b4c0e72e80e2e04b462ea05cc5a001807d7feed6
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ray_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2426,7 +2426,7 @@ static void rx_authenticate(ray_dev_t *local, struct rcs __iomem *prcs,
unsigned int pkt_addr, int rx_len)
{
UCHAR buff[256];
struct rx_msg *msg = (struct rx_msg *)buff;
struct ray_rx_msg *msg = (struct ray_rx_msg *) buff;

del_timer(&local->timer);

Expand Down Expand Up @@ -2513,7 +2513,7 @@ static void rx_deauthenticate(ray_dev_t *local, struct rcs __iomem *prcs,
unsigned int pkt_addr, int rx_len)
{
/* UCHAR buff[256];
struct rx_msg *msg = (struct rx_msg *)buff;
struct ray_rx_msg *msg = (struct ray_rx_msg *) buff;
*/
pr_debug("Deauthentication frame received\n");
local->authentication_state = UNAUTHENTICATED;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rayctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ struct phy_header {
UCHAR hdr_3;
UCHAR hdr_4;
};
struct rx_msg {
struct ray_rx_msg {
struct mac_header mac;
UCHAR var[1];
UCHAR var[0];
};

struct tx_msg {
Expand Down

0 comments on commit 065f120

Please sign in to comment.