Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159721
b: refs/heads/master
c: c46aaba
h: refs/heads/master
i:
  159719: 93b0621
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Aug 20, 2009
1 parent b1a9ad6 commit cb9b116
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 326bebbcb51d3ce9761f616b8b9a35827fd9c697
refs/heads/master: c46aaba74f37448f0a1a3e911230834b7ebe514f
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/p54/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,12 @@ struct ieee80211_hw *p54_init_common(size_t priv_data_len)
dev->extra_tx_headroom = sizeof(struct p54_hdr) + 4 +
sizeof(struct p54_tx_data);

/*
* For now, disable PS by default because it affects
* link stability significantly.
*/
dev->wiphy->ps_default = false;

mutex_init(&priv->conf_mutex);
mutex_init(&priv->eeprom_mutex);
init_completion(&priv->eeprom_comp);
Expand Down

0 comments on commit cb9b116

Please sign in to comment.