staging: rtl8192ee: Add blank lines after declarations
Signed-off-by: Erin Grasmick <ecg@unseen.is> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4a56f79054
commit
90be2f1ff7
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,7 @@ static void rtl_tx_status(void *ppriv,
|
||||||
!(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
|
!(skb->protocol == cpu_to_be16(ETH_P_PAE))) {
|
||||||
if (ieee80211_is_data_qos(fc)) {
|
if (ieee80211_is_data_qos(fc)) {
|
||||||
u8 tid = rtl_get_tid(skb);
|
u8 tid = rtl_get_tid(skb);
|
||||||
|
|
||||||
if (_rtl_tx_aggr_check(rtlpriv, sta_entry,
|
if (_rtl_tx_aggr_check(rtlpriv, sta_entry,
|
||||||
tid)) {
|
tid)) {
|
||||||
sta_entry->tids[tid].agg.agg_state =
|
sta_entry->tids[tid].agg.agg_state =
|
||||||
|
@ -263,6 +264,7 @@ static void rtl_rate_free_sta(void *rtlpriv,
|
||||||
struct ieee80211_sta *sta, void *priv_sta)
|
struct ieee80211_sta *sta, void *priv_sta)
|
||||||
{
|
{
|
||||||
struct rtl_rate_priv *rate_priv = priv_sta;
|
struct rtl_rate_priv *rate_priv = priv_sta;
|
||||||
|
|
||||||
kfree(rate_priv);
|
kfree(rate_priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue