Re: [PATCH] cfg80211: Add stub for cfg80211_get_station()

2016-08-30 Thread Johannes Berg
On Fri, 2016-08-19 at 22:02 +0200, Linus Lüssing wrote: > This allows modules using this function (currently: batman-adv) to > compile even if cfg80211 is not built at all, thus relaxing > dependencies. > Err, excuse the earlier empty email - editing mixup. I've applied this and will send it to

Re: [PATCH] cfg80211: Add stub for cfg80211_get_station()

2016-08-30 Thread Johannes Berg
On Fri, 2016-08-19 at 22:02 +0200, Linus Lüssing wrote: > This allows modules using this function (currently: batman-adv) to > compile even if cfg80211 is not built at all, thus relaxing > dependencies. > Err, excuse the earlier empty email - editing mixup. I've applied this and will send it to

Re: [PATCH] cfg80211: Add stub for cfg80211_get_station()

2016-08-30 Thread Johannes Berg
On Fri, 2016-08-19 at 22:02 +0200, Linus Lüssing wrote: > This allows modules using this function (currently: batman-adv) to > compile even if cfg80211 is not built at all, thus relaxing > dependencies. johannes

Re: [PATCH] cfg80211: Add stub for cfg80211_get_station()

2016-08-30 Thread Johannes Berg
On Fri, 2016-08-19 at 22:02 +0200, Linus Lüssing wrote: > This allows modules using this function (currently: batman-adv) to > compile even if cfg80211 is not built at all, thus relaxing > dependencies. johannes

[PATCH] cfg80211: Add stub for cfg80211_get_station()

2016-08-19 Thread Linus Lüssing
This allows modules using this function (currently: batman-adv) to compile even if cfg80211 is not built at all, thus relaxing dependencies. Signed-off-by: Linus Lüssing --- include/net/cfg80211.h | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH] cfg80211: Add stub for cfg80211_get_station()

2016-08-19 Thread Linus Lüssing
This allows modules using this function (currently: batman-adv) to compile even if cfg80211 is not built at all, thus relaxing dependencies. Signed-off-by: Linus Lüssing --- include/net/cfg80211.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/net/cfg80211.h