Commit fe247563 authored by Andrew Price's avatar Andrew Price Committed by John W. Linville

rt2x00: fix the definition of rt2x00crypto_rx_insert_iv

Remove the redundant l2pad parameter from the definition of
rt2x00crypto_rx_insert_iv which is used when only CONFIG_RT2500PCI but
none of the other rt2x00 family drivers is configured.
Signed-off-by: default avatarAndrew Price <andy@andrewprice.me.uk>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent f82a924c
...@@ -380,7 +380,7 @@ static inline void rt2x00crypto_tx_insert_iv(struct sk_buff *skb, ...@@ -380,7 +380,7 @@ static inline void rt2x00crypto_tx_insert_iv(struct sk_buff *skb,
{ {
} }
static inline void rt2x00crypto_rx_insert_iv(struct sk_buff *skb, bool l2pad, static inline void rt2x00crypto_rx_insert_iv(struct sk_buff *skb,
unsigned int header_length, unsigned int header_length,
struct rxdone_entry_desc *rxdesc) struct rxdone_entry_desc *rxdesc)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment