linux-kernel-test/drivers/net/wireless/ipw2x00
Greg Kroah-Hartman 928841b153 Wireless: remove driver_data direct access of struct device
In the near future, the driver core is going to not allow direct access
to the driver_data pointer in struct device.  Instead, the functions
dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
have been around since the beginning, so are backwards compatible with
all older kernel versions.

Cc: John W. Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-05-06 15:15:01 -04:00
..
ieee80211.h ipw2x00: convert infrastructure for use by net_device_ops 2009-03-21 22:55:31 -07:00
ipw2100.c Wireless: remove driver_data direct access of struct device 2009-05-06 15:15:01 -04:00
ipw2100.h ipw2x00: age scan results on resume 2009-02-27 14:52:43 -05:00
ipw2200.c Wireless: remove driver_data direct access of struct device 2009-05-06 15:15:01 -04:00
ipw2200.h ipw2x00: age scan results on resume 2009-02-27 14:52:43 -05:00
Kconfig make net/ieee80211.h private to ipw2x00 2009-02-27 14:51:42 -05:00
libipw_geo.c make net/ieee80211.h private to ipw2x00 2009-02-27 14:51:42 -05:00
libipw_module.c ipw2x00: remove old compat_net_dev_ops code 2009-04-16 02:20:04 -07:00
libipw_rx.c ipw2x00: convert to internal net_device_stats 2009-03-21 22:55:31 -07:00
libipw_tx.c ipw2x00: convert infrastructure for use by net_device_ops 2009-03-21 22:55:31 -07:00
libipw_wx.c ipw2x00: age scan results on resume 2009-02-27 14:52:43 -05:00
Makefile