mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
staging: rtl8723bs: Add a blank line after declarations
This patch adds a blank line in order to fix checkpatch warning Signed-off-by: Kang Minchul <tegongkang@gmail.com> Link: https://lore.kernel.org/r/20220922122310.3379711-5-tegongkang@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
21df60c4ab
commit
2d3cdad6ea
@ -1848,6 +1848,7 @@ static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
|
||||
inline bool rtw_cfg80211_pwr_mgmt(struct adapter *adapter)
|
||||
{
|
||||
struct rtw_wdev_priv *rtw_wdev_priv = adapter_wdev_data(adapter);
|
||||
|
||||
return rtw_wdev_priv->power_mgmt;
|
||||
}
|
||||
|
||||
@ -1953,6 +1954,7 @@ void rtw_cfg80211_indicate_sta_assoc(struct adapter *padapter, u8 *pmgmt_frame,
|
||||
{
|
||||
struct station_info sinfo = {};
|
||||
u8 ie_offset;
|
||||
|
||||
if (GetFrameSubType(pmgmt_frame) == WIFI_ASSOCREQ)
|
||||
ie_offset = _ASOCREQ_IE_OFFSET_;
|
||||
else /* WIFI_REASSOCREQ */
|
||||
|
Loading…
Reference in New Issue
Block a user