Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193834
b: refs/heads/master
c: 12bd894
h: refs/heads/master
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Mar 23, 2010
1 parent b278388 commit 49db8b2
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 7fc3a8647d2eaa8bc2f7ac7e9baff55199da7be6
refs/heads/master: 12bd89499f22ec01bbff21fd04a347ee82726bf6
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2091,6 +2091,8 @@ int wl1271_init_ieee80211(struct wl1271 *wl)
if (wl1271_11a_enabled())
wl->hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &wl1271_band_5ghz;

wl->hw->queues = 4;

SET_IEEE80211_DEV(wl->hw, wl1271_wl_to_dev(wl));

return 0;
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/wl12xx/wl1271_tx.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ struct wl1271_tx_hw_res_if {

static inline int wl1271_tx_get_queue(int queue)
{
/* FIXME: use best effort until WMM is enabled */
return CONF_TX_AC_BE;

switch (queue) {
case 0:
return CONF_TX_AC_VO;
Expand Down

0 comments on commit 49db8b2

Please sign in to comment.