Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290263
b: refs/heads/master
c: e572602
h: refs/heads/master
i:
  290261: 4812abd
  290259: e6a2c25
  290255: 0c7d57d
v: v3
  • Loading branch information
Kalle Valo committed Jan 18, 2012
1 parent 488e795 commit 88cc4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 3462735dadb90efd5bed9d2b81222ed7da1390a0
refs/heads/master: e572602884c4f979cbba4fed413af24797fd01d9
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/ath/ath6kl/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static bool ath6kl_process_uapsdq(struct ath6kl_sta *conn,
struct ath6kl *ar = vif->ar;
bool is_apsdq_empty = false;
struct ethhdr *datap = (struct ethhdr *) skb->data;
u8 up, traffic_class, *ip_hdr;
u8 up = 0, traffic_class, *ip_hdr;
u16 ether_type;
struct ath6kl_llc_snap_hdr *llc_hdr;

Expand Down Expand Up @@ -122,8 +122,6 @@ static bool ath6kl_process_uapsdq(struct ath6kl_sta *conn,
if (ether_type == IP_ETHERTYPE)
up = ath6kl_wmi_determine_user_priority(
ip_hdr, 0);
} else {
up = 0;
}

traffic_class = ath6kl_wmi_get_traffic_class(up);
Expand Down

0 comments on commit 88cc4d6

Please sign in to comment.