Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aefc9589 authored by Jacob Zachariah's avatar Jacob Zachariah Committed by Greg Kroah-Hartman
Browse files

staging:wilc1000: Fix line over 80 characters



Fix a checkpatch.pl WARNING: line over 80 characters

Signed-off-by: default avatarJacob Zachariah <jacob_z@yahoo.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bc9e43ad
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -2292,7 +2292,10 @@ struct wireless_dev *wilc_create_wiphy(struct net_device *net, struct device *de
	wdev->wiphy->mgmt_stypes = wilc_wfi_cfg80211_mgmt_types;
	wdev->wiphy->mgmt_stypes = wilc_wfi_cfg80211_mgmt_types;


	wdev->wiphy->max_remain_on_channel_duration = 500;
	wdev->wiphy->max_remain_on_channel_duration = 500;
	wdev->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) | BIT(NL80211_IFTYPE_AP) | BIT(NL80211_IFTYPE_MONITOR) | BIT(NL80211_IFTYPE_P2P_GO) |
	wdev->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
					BIT(NL80211_IFTYPE_AP) |
					BIT(NL80211_IFTYPE_MONITOR) |
					BIT(NL80211_IFTYPE_P2P_GO) |
					BIT(NL80211_IFTYPE_P2P_CLIENT);
					BIT(NL80211_IFTYPE_P2P_CLIENT);
	wdev->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
	wdev->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
	wdev->iftype = NL80211_IFTYPE_STATION;
	wdev->iftype = NL80211_IFTYPE_STATION;