Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327988
b: refs/heads/master
c: da31888
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Sep 17, 2012
1 parent 2285ccc commit 64f825d
Show file tree
Hide file tree
Showing 2 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: 5ecf9eea2660c4fe894fabd3c3d0b64860fb0160
refs/heads/master: da3188801898f2fb8859c232554b100f2a0250f8
8 changes: 4 additions & 4 deletions trunk/net/llc/llc_station.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ static int llc_station_ac_send_test_r(struct sk_buff *skb)

/* state transition for LLC_STATION_EV_RX_NULL_DSAP_XID_C event */
static llc_station_action_t llc_stat_up_state_actions_2[] = {
[0] = llc_station_ac_send_xid_r,
[1] = NULL,
llc_station_ac_send_xid_r,
NULL,
};

static struct llc_station_state_trans llc_stat_up_state_trans_2 = {
Expand All @@ -122,8 +122,8 @@ static struct llc_station_state_trans llc_stat_up_state_trans_2 = {

/* state transition for LLC_STATION_EV_RX_NULL_DSAP_TEST_C event */
static llc_station_action_t llc_stat_up_state_actions_3[] = {
[0] = llc_station_ac_send_test_r,
[1] = NULL,
llc_station_ac_send_test_r,
NULL,
};

static struct llc_station_state_trans llc_stat_up_state_trans_3 = {
Expand Down

0 comments on commit 64f825d

Please sign in to comment.