From 79b6f47473a9c89eade8ce66634d9deaa1a988f1 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Fri, 22 Jan 2010 22:07:59 +0100 Subject: [PATCH] --- yaml --- r: 183884 b: refs/heads/master c: f12553ebe045a8a40ab33fa500fb57d10706e226 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/mac80211/tx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d476e670350a..4209b3bc9293 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b92f7d30830a319148df2943b7565989494e5ad1 +refs/heads/master: f12553ebe045a8a40ab33fa500fb57d10706e226 diff --git a/trunk/net/mac80211/tx.c b/trunk/net/mac80211/tx.c index da557b0d0114..fcfa988a37a3 100644 --- a/trunk/net/mac80211/tx.c +++ b/trunk/net/mac80211/tx.c @@ -557,7 +557,7 @@ ieee80211_tx_h_select_key(struct ieee80211_tx_data *tx) break; } - if (!skip_hw && + if (!skip_hw && tx->key && tx->key->conf.flags & KEY_FLAG_UPLOADED_TO_HARDWARE) info->control.hw_key = &tx->key->conf; }