Skip to content

Commit

Permalink
rt2x00: fix the definition of rt2x00crypto_rx_insert_iv
Browse files Browse the repository at this point in the history
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: Andrew Price <andy@andrewprice.me.uk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Andrew Price authored and John W. Linville committed Sep 23, 2009
1 parent f82a924 commit fe24756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rt2x00/rt2x00lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit fe24756

Please sign in to comment.