mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* staging: w35und: fix compilation
@ 2009-06-19 22:22 Pavel Machek
  2009-06-22  6:32 ` Pekka Enberg
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Machek @ 2009-06-19 22:22 UTC (permalink / raw)
  To: penberg, Greg KH, kernel list


config_interface was removed in 2.6.30, remove it from w35und, too, to
fix compilation.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

---
commit dd28ea7e716406f9c2e8c57866eff92b0cff04a1
tree a45925fc0294d7928833d1a8969741431892597f
parent 22f05b72219e0b6e9f7cf56c3580ad6c9fe66515
author Pavel <pavel@ucw.cz> Sat, 20 Jun 2009 00:21:29 +0200
committer Pavel <pavel@ucw.cz> Sat, 20 Jun 2009 00:21:29 +0200

 drivers/staging/winbond/wbusb.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/drivers/staging/winbond/wbusb.c b/drivers/staging/winbond/wbusb.c
index 3b2d528..87d6c62 100644
--- a/drivers/staging/winbond/wbusb.c
+++ b/drivers/staging/winbond/wbusb.c
@@ -167,14 +167,6 @@ static int wbsoft_config(struct ieee80211_hw *dev, u32 changed)
 	return 0;
 }
 
-static int wbsoft_config_interface(struct ieee80211_hw *dev,
-				    struct ieee80211_vif *vif,
-				    struct ieee80211_if_conf *conf)
-{
-	printk("wbsoft_config_interface called\n");
-	return 0;
-}
-
 static u64 wbsoft_get_tsf(struct ieee80211_hw *dev)
 {
 	printk("wbsoft_get_tsf called\n");
@@ -188,7 +180,6 @@ static const struct ieee80211_ops wbsoft_ops = {
 	.add_interface		= wbsoft_add_interface,
 	.remove_interface	= wbsoft_remove_interface,
 	.config			= wbsoft_config,
-	.config_interface	= wbsoft_config_interface,
 	.configure_filter	= wbsoft_configure_filter,
 	.get_stats		= wbsoft_get_stats,
 	.get_tx_stats		= wbsoft_get_tx_stats,

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: staging: w35und: fix compilation
  2009-06-19 22:22 staging: w35und: fix compilation Pavel Machek
@ 2009-06-22  6:32 ` Pekka Enberg
  0 siblings, 0 replies; 2+ messages in thread
From: Pekka Enberg @ 2009-06-22  6:32 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Greg KH, kernel list

On Sat, 2009-06-20 at 00:22 +0200, Pavel Machek wrote:
> config_interface was removed in 2.6.30, remove it from w35und, too, to
> fix compilation.
> 
> Signed-off-by: Pavel Machek <pavel@ucw.cz>

Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>


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

end of thread, other threads:[~2009-06-22  6:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-19 22:22 staging: w35und: fix compilation Pavel Machek
2009-06-22  6:32 ` Pekka Enberg

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

Powered by JetHome