staging: rtl8821ae: Fix no space before tabs.
Fix checkpatch.pl issues with no space before tabs in base.c Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9e245f41d4
commit
d2a5d36c1b
1 changed files with 2 additions and 2 deletions
|
|
@ -1528,8 +1528,8 @@ struct sk_buff *rtl_make_del_ba(struct ieee80211_hw *hw,
|
|||
IEEE80211_STYPE_ACTION);
|
||||
action_frame->u.action.category = WLAN_CATEGORY_BACK;
|
||||
action_frame->u.action.u.delba.action_code = WLAN_ACTION_DELBA;
|
||||
params = (u16)(1 << 11); /* bit 11 initiator */
|
||||
params |= (u16)(tid << 12); /* bit 15:12 TID number */
|
||||
params = (u16)(1 << 11); /* bit 11 initiator */
|
||||
params |= (u16)(tid << 12); /* bit 15:12 TID number */
|
||||
|
||||
action_frame->u.action.u.delba.params = cpu_to_le16(params);
|
||||
action_frame->u.action.u.delba.reason_code =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue