Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183267
b: refs/heads/master
c: da2fb4e
h: refs/heads/master
i:
  183265: 273cc69
  183263: d3a0551
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Dec 21, 2009
1 parent f8b7b67 commit d7024ed
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: 46cb35f5e761306b031029af2061ea263359a764
refs/heads/master: da2fb4e9c215b8f0f8954818691549f8a34135be
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,8 @@ int wl1251_init_ieee80211(struct wl1251 *wl)
wl->hw->wiphy->max_scan_ssids = 1;
wl->hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &wl1251_band_2ghz;

wl->hw->queues = 4;

ret = wl1251_register_hw(wl);
if (ret)
goto out;
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/wl12xx/wl1251_tx.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ struct tx_result {

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

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

0 comments on commit d7024ed

Please sign in to comment.