Skip to content

Commit

Permalink
carl9170: enable IEEE80211_HW_NEED_DTIM_PERIOD
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lamparter <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
chunkeey authored and linvjw committed Jul 5, 2011
1 parent 85ee512 commit f3716fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ath/carl9170/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1577,6 +1577,7 @@ void *carl9170_alloc(size_t priv_size)
IEEE80211_HW_REPORTS_TX_ACK_STATUS |
IEEE80211_HW_SUPPORTS_PS |
IEEE80211_HW_PS_NULLFUNC_STACK |
IEEE80211_HW_NEED_DTIM_PERIOD |
IEEE80211_HW_SIGNAL_DBM;

if (!modparam_noht) {
Expand Down

0 comments on commit f3716fd

Please sign in to comment.