linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.17 2/3] p54: use mac80211 to resize outgoing frames for protected
       [not found] <c31517e669693fceff192e510891356cd9ab795e.1420019654.git.chunkeey@googlemail.com>
@ 2014-12-31 10:20 ` Christian Lamparter
  2014-12-31 10:20 ` [RFT 3/3] cw1200: " Christian Lamparter
  1 sibling, 0 replies; 2+ messages in thread
From: Christian Lamparter @ 2014-12-31 10:20 UTC (permalink / raw)
  To: linux-wireless; +Cc: kvalo, Larry.Finger, chrischavez, pizza, johannes

The patch "mac80211: add feature flag to enable resizing of
outgoing frames for encryption"  introduced a feature  flag
which has to be set for p54 to re-enable resizing of outgoing
frames for hardware-offloaded CCMP connections.

Cc: stable@vger.kernel.org # mac80211: add feature flag to enable resizing of outgoing frames for encryption
Cc: Kalle Valo <kvalo@codeaurora.org>
Bugzilla: <https://bugzilla.kernel.org/show_bug.cgi?id=90331>
Reported-by: Christopher Chavez <chrischavez@gmx.us>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
---
 drivers/net/wireless/p54/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/p54/main.c b/drivers/net/wireless/p54/main.c
index 97aeff0..b877c7f 100644
--- a/drivers/net/wireless/p54/main.c
+++ b/drivers/net/wireless/p54/main.c
@@ -751,6 +751,7 @@ struct ieee80211_hw *p54_init_common(size_t priv_data_len)
 		     IEEE80211_HW_SUPPORTS_PS |
 		     IEEE80211_HW_PS_NULLFUNC_STACK |
 		     IEEE80211_HW_MFP_CAPABLE |
+		     IEEE80211_HW_TAILROOM_CRYPTO |
 		     IEEE80211_HW_REPORTS_TX_ACK_STATUS;
 
 	dev->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [RFT 3/3] cw1200: use mac80211 to resize outgoing frames for protected
       [not found] <c31517e669693fceff192e510891356cd9ab795e.1420019654.git.chunkeey@googlemail.com>
  2014-12-31 10:20 ` [PATCH 3.17 2/3] p54: use mac80211 to resize outgoing frames for protected Christian Lamparter
@ 2014-12-31 10:20 ` Christian Lamparter
  1 sibling, 0 replies; 2+ messages in thread
From: Christian Lamparter @ 2014-12-31 10:20 UTC (permalink / raw)
  To: linux-wireless; +Cc: kvalo, pizza

The patch "mac80211: add feature flag to enable resizing of
outgoing frames for encryption"  introduced a feature  flag
which has to be set for cw1200 to re-enable resizing of
outgoing frames for hardware-offloaded CCMP connections.

Cc: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
---
 drivers/net/wireless/cw1200/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/cw1200/main.c b/drivers/net/wireless/cw1200/main.c
index 3e78cc3..69c1f51 100644
--- a/drivers/net/wireless/cw1200/main.c
+++ b/drivers/net/wireless/cw1200/main.c
@@ -281,6 +281,7 @@ static struct ieee80211_hw *cw1200_init_common(const u8 *macaddr,
 	hw->flags = IEEE80211_HW_SIGNAL_DBM |
 		    IEEE80211_HW_SUPPORTS_PS |
 		    IEEE80211_HW_SUPPORTS_DYNAMIC_PS |
+		    IEEE80211_HW_TAILROOM_CRYPTO |
 		    IEEE80211_HW_REPORTS_TX_ACK_STATUS |
 		    IEEE80211_HW_SUPPORTS_UAPSD |
 		    IEEE80211_HW_CONNECTION_MONITOR |
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-31 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <c31517e669693fceff192e510891356cd9ab795e.1420019654.git.chunkeey@googlemail.com>
2014-12-31 10:20 ` [PATCH 3.17 2/3] p54: use mac80211 to resize outgoing frames for protected Christian Lamparter
2014-12-31 10:20 ` [RFT 3/3] cw1200: " Christian Lamparter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).