Skip to content

Commit

Permalink
rtlwifi: realtek devices don't provide tx feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lamparter <[email protected]>
  • Loading branch information
chunkeey committed Jan 9, 2015
1 parent 27ad7e1 commit 2adbcce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rtlwifi/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,8 @@ static void _rtl_init_mac80211(struct ieee80211_hw *hw)
IEEE80211_HW_AMPDU_AGGREGATION |
IEEE80211_HW_CONNECTION_MONITOR |
/* IEEE80211_HW_SUPPORTS_CQM_RSSI | */
IEEE80211_HW_MFP_CAPABLE |
IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
IEEE80211_HW_REPORTS_TX_ACK_STATUS | 0;
IEEE80211_HW_MFP_CAPABLE | 0;

/* swlps or hwlps has been set in diff chip in init_sw_vars */
if (rtlpriv->psc.swctrl_lps)
Expand Down

0 comments on commit 2adbcce

Please sign in to comment.