Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314136
b: refs/heads/master
c: 2e42c20
h: refs/heads/master
v: v3
  • Loading branch information
Yoni Divinsky authored and Luciano Coelho committed Jun 5, 2012
1 parent 43b125e commit c53dfa3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: bfb92ca1332ce0073cfba5d8a7caee214ed3a787
refs/heads/master: 2e42c203a9a825d04da400bd45b601f94c0cf362
7 changes: 5 additions & 2 deletions trunk/drivers/net/wireless/ti/wlcore/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1374,9 +1374,12 @@ int wl12xx_cmd_add_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif,

for (i = 0; i < NUM_ACCESS_CATEGORIES_COPY; i++)
if (sta->wme && (sta->uapsd_queues & BIT(i)))
cmd->psd_type[i] = WL1271_PSD_UPSD_TRIGGER;
cmd->psd_type[NUM_ACCESS_CATEGORIES_COPY-1-i] =
WL1271_PSD_UPSD_TRIGGER;
else
cmd->psd_type[i] = WL1271_PSD_LEGACY;
cmd->psd_type[NUM_ACCESS_CATEGORIES_COPY-1-i] =
WL1271_PSD_LEGACY;


sta_rates = sta->supp_rates[wlvif->band];
if (sta->ht_cap.ht_supported)
Expand Down

0 comments on commit c53dfa3

Please sign in to comment.