Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134105
b: refs/heads/master
c: 1acc97b
h: refs/heads/master
i:
  134103: 50a22dd
v: v3
  • Loading branch information
Jouni Malinen authored and John W. Linville committed Jan 29, 2009
1 parent c020bcf commit 772b38c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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: fea147328908b7e2bfcaf9dc4377909d5507ca35
refs/heads/master: 1acc97b63a3f32481ebbb4e831323e9aa8834f66
6 changes: 3 additions & 3 deletions trunk/net/mac80211/ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static void ieee80211_send_addba_request(struct ieee80211_sub_if_data *sdata,
mgmt->u.action.u.addba_req.start_seq_num =
cpu_to_le16(start_seq_num << 4);

ieee80211_tx_skb(sdata, skb, 0);
ieee80211_tx_skb(sdata, skb, 1);
}

static void ieee80211_send_addba_resp(struct ieee80211_sub_if_data *sdata, u8 *da, u16 tid,
Expand Down Expand Up @@ -248,7 +248,7 @@ static void ieee80211_send_addba_resp(struct ieee80211_sub_if_data *sdata, u8 *d
mgmt->u.action.u.addba_resp.timeout = cpu_to_le16(timeout);
mgmt->u.action.u.addba_resp.status = cpu_to_le16(status);

ieee80211_tx_skb(sdata, skb, 0);
ieee80211_tx_skb(sdata, skb, 1);
}

static void ieee80211_send_delba(struct ieee80211_sub_if_data *sdata,
Expand Down Expand Up @@ -291,7 +291,7 @@ static void ieee80211_send_delba(struct ieee80211_sub_if_data *sdata,
mgmt->u.action.u.delba.params = cpu_to_le16(params);
mgmt->u.action.u.delba.reason_code = cpu_to_le16(reason_code);

ieee80211_tx_skb(sdata, skb, 0);
ieee80211_tx_skb(sdata, skb, 1);
}

void ieee80211_send_bar(struct ieee80211_sub_if_data *sdata, u8 *ra, u16 tid, u16 ssn)
Expand Down
4 changes: 2 additions & 2 deletions trunk/net/mac80211/mesh_hwmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static int mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags,
pos += ETH_ALEN;
memcpy(pos, &dst_dsn, 4);

ieee80211_tx_skb(sdata, skb, 0);
ieee80211_tx_skb(sdata, skb, 1);
return 0;
}

Expand Down Expand Up @@ -198,7 +198,7 @@ int mesh_path_error_tx(u8 *dst, __le32 dst_dsn, u8 *ra,
pos += ETH_ALEN;
memcpy(pos, &dst_dsn, 4);

ieee80211_tx_skb(sdata, skb, 0);
ieee80211_tx_skb(sdata, skb, 1);
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mesh_plink.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static int mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata,
memcpy(pos, &reason, 2);
}

ieee80211_tx_skb(sdata, skb, 0);
ieee80211_tx_skb(sdata, skb, 1);
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/mac80211/spectmgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static void ieee80211_send_refuse_measurement_request(struct ieee80211_sub_if_da
IEEE80211_SPCT_MSR_RPRT_MODE_REFUSED;
msr_report->u.action.u.measurement.msr_elem.type = request_ie->type;

ieee80211_tx_skb(sdata, skb, 0);
ieee80211_tx_skb(sdata, skb, 1);
}

void ieee80211_process_measurement_req(struct ieee80211_sub_if_data *sdata,
Expand Down

0 comments on commit 772b38c

Please sign in to comment.