Commit 733f0742 authored by William Durand's avatar William Durand Committed by Greg Kroah-Hartman

staging: rtl8192e: fix typo in a function name

There is a typo here where it says "qurey" but "query" was intended.
Signed-off-by: default avatarWilliam Durand <will+git@drnd.me>
Link: https://lore.kernel.org/r/20210213145421.31031-1-will+git@drnd.meSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 46e65673
...@@ -339,7 +339,7 @@ static void rtllib_tx_query_agg_cap(struct rtllib_device *ieee, ...@@ -339,7 +339,7 @@ static void rtllib_tx_query_agg_cap(struct rtllib_device *ieee,
} }
} }
static void rtllib_qurey_ShortPreambleMode(struct rtllib_device *ieee, static void rtllib_query_ShortPreambleMode(struct rtllib_device *ieee,
struct cb_desc *tcb_desc) struct cb_desc *tcb_desc)
{ {
tcb_desc->bUseShortPreamble = false; tcb_desc->bUseShortPreamble = false;
...@@ -928,7 +928,7 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev) ...@@ -928,7 +928,7 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
tcb_desc->bdhcp = 1; tcb_desc->bdhcp = 1;
} }
rtllib_qurey_ShortPreambleMode(ieee, tcb_desc); rtllib_query_ShortPreambleMode(ieee, tcb_desc);
rtllib_tx_query_agg_cap(ieee, txb->fragments[0], rtllib_tx_query_agg_cap(ieee, txb->fragments[0],
tcb_desc); tcb_desc);
rtllib_query_HTCapShortGI(ieee, tcb_desc); rtllib_query_HTCapShortGI(ieee, tcb_desc);
......
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