mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 23:25:54 +00:00
rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTO
This was introduced by commit
77b5621bac
(rt2x00: Don't use queue entry
as parameter when creating TX descriptor.)
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
cc1a93e68f
commit
449f94eadc
@ -355,7 +355,8 @@ static inline enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *
|
||||
return CIPHER_NONE;
|
||||
}
|
||||
|
||||
static inline void rt2x00crypto_create_tx_descriptor(struct queue_entry *entry,
|
||||
static inline void rt2x00crypto_create_tx_descriptor(struct rt2x00_dev *rt2x00dev,
|
||||
struct sk_buff *skb,
|
||||
struct txentry_desc *txdesc)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user