提交 fe247563 编写于 作者: A Andrew Price 提交者: 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: NAndrew Price <andy@andrewprice.me.uk>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 f82a924c
......@@ -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,
struct rxdone_entry_desc *rxdesc)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册