Skip to content

Commit a7ce1c9

Browse files
CreaValixlinvjw
authored andcommitted
mac80211: fix indentation
Signed-off-by: Alexander Simon <[email protected]> Signed-off-by: John W. Linville <[email protected]>
1 parent e308150 commit a7ce1c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/net/mac80211.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ enum ieee80211_bss_change {
171171
BSS_CHANGED_ERP_CTS_PROT = 1<<1,
172172
BSS_CHANGED_ERP_PREAMBLE = 1<<2,
173173
BSS_CHANGED_ERP_SLOT = 1<<3,
174-
BSS_CHANGED_HT = 1<<4,
174+
BSS_CHANGED_HT = 1<<4,
175175
BSS_CHANGED_BASIC_RATES = 1<<5,
176176
BSS_CHANGED_BEACON_INT = 1<<6,
177177
BSS_CHANGED_BSSID = 1<<7,

net/mac80211/ibss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ static void ieee80211_rx_bss_info(struct ieee80211_sub_if_data *sdata,
417417
* must be callable in atomic context.
418418
*/
419419
struct sta_info *ieee80211_ibss_add_sta(struct ieee80211_sub_if_data *sdata,
420-
u8 *bssid,u8 *addr, u32 supp_rates,
420+
u8 *bssid, u8 *addr, u32 supp_rates,
421421
gfp_t gfp)
422422
{
423423
struct ieee80211_if_ibss *ifibss = &sdata->u.ibss;

0 commit comments

Comments
 (0)