public inbox for backports@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] backport: genl: add __genl_const for new hwsim mcast group
@ 2014-11-06 11:02 Johannes Berg
  2014-11-15 19:56 ` Hauke Mehrtens
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2014-11-06 11:02 UTC (permalink / raw)
  To: backports; +Cc: Johannes Berg

From: Johannes Berg <johannes.berg@intel.com>

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 .../collateral-evolutions/network/0027-genl-const/hwsim.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/patches/collateral-evolutions/network/0027-genl-const/hwsim.patch b/patches/collateral-evolutions/network/0027-genl-const/hwsim.patch
index 33cba175dda6..d6cb0350f1d1 100644
--- a/patches/collateral-evolutions/network/0027-genl-const/hwsim.patch
+++ b/patches/collateral-evolutions/network/0027-genl-const/hwsim.patch
@@ -1,5 +1,16 @@
 --- a/drivers/net/wireless/mac80211_hwsim.c
 +++ b/drivers/net/wireless/mac80211_hwsim.c
+@@ -491,7 +491,7 @@ enum hwsim_multicast_groups {
+ 	HWSIM_MCGRP_CONFIG,
+ };
+ 
+-static const struct genl_multicast_group hwsim_mcgrps[] = {
++static __genl_const struct genl_multicast_group hwsim_mcgrps[] = {
+ 	[HWSIM_MCGRP_CONFIG] = { .name = "config", },
+ };
+ 
+--- a/drivers/net/wireless/mac80211_hwsim.c
++++ b/drivers/net/wireless/mac80211_hwsim.c
 @@ -2483,7 +2483,7 @@ static int hwsim_destroy_radio_nl(struct
  }
  
-- 
2.1.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-16 20:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06 11:02 [PATCH] backport: genl: add __genl_const for new hwsim mcast group Johannes Berg
2014-11-15 19:56 ` Hauke Mehrtens
2014-11-16 16:47   ` Hauke Mehrtens
2014-11-16 20:08   ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox