Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265967
b: refs/heads/master
c: 2a36a0e
h: refs/heads/master
i:
  265965: d17aac8
  265963: 77fec12
  265959: 3e36aea
  265951: 7b8f952
v: v3
  • Loading branch information
Yogesh Ashok Powar authored and John W. Linville committed Sep 13, 2011
1 parent 3ddf39e commit 44b7065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c42e6ef28d89fc2157d4d65869471f607fcf64e
refs/heads/master: 2a36a0ec1550ffb4d608134e2504a6a67d1d1740
8 changes: 8 additions & 0 deletions trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -5501,6 +5501,14 @@ static int mwl8k_firmware_load_success(struct mwl8k_priv *priv)

/* Set rssi values to dBm */
hw->flags |= IEEE80211_HW_SIGNAL_DBM | IEEE80211_HW_HAS_RATE_CONTROL;

/*
* Ask mac80211 to not to trigger PS mode
* based on PM bit of incoming frames.
*/
if (priv->ap_fw)
hw->flags |= IEEE80211_HW_AP_LINK_PS;

hw->vif_data_size = sizeof(struct mwl8k_vif);
hw->sta_data_size = sizeof(struct mwl8k_sta);

Expand Down

0 comments on commit 44b7065

Please sign in to comment.