Skip to content

Commit e2e5729

Browse files
jmberg-intelKalle Valo
authored andcommitted
wlcore: remove stray plus sign
The commit mentioned below added a stray plus sign, likely due to some conflict resolution (i.e. as a leftover from a unified diff), which was harmless since it was just used as an integer constant modifier. Remove it anyway, now that I stumbled across it. Fixes: cf33a77 ("wlcore: mesh: Add support for RX Broadcast Key") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
1 parent c80b18c commit e2e5729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/wireless/ti/wlcore

drivers/net/wireless/ti/wlcore/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6274,7 +6274,7 @@ static int wl1271_init_ieee80211(struct wl1271 *wl)
62746274
wl->hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD |
62756275
WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL |
62766276
WIPHY_FLAG_HAS_CHANNEL_SWITCH |
6277-
+ WIPHY_FLAG_IBSS_RSN;
6277+
WIPHY_FLAG_IBSS_RSN;
62786278

62796279
wl->hw->wiphy->features |= NL80211_FEATURE_AP_SCAN;
62806280

0 commit comments

Comments
 (0)