A patch from Dan Williams to fix up operation on Fedora 7.

This commit is contained in:
pizza 2007-06-20 14:53:45 +00:00
parent 15790a3412
commit 7e18f6b058
3 changed files with 4 additions and 2 deletions

View File

@ -41,6 +41,7 @@
* Intersil Corporation as part of PRISM(R) chipset product development.
*
* --------------------------------------------------------------------
- Tweaks to support Fedora 7 (Dan Williams)
- Support 2.6.22 kernels
0.2.8
- Fix up a pile of sparse warnings (Pavel Roskin)

View File

@ -1 +1,2 @@
ACTION=="add",BUS=="usb",DRIVER=="prism2_usb" ,RUN+="/etc/wlan/wlan-udev.sh %k"
#ACTION=="add",BUS=="usb",DRIVER=="prism2_usb" ,RUN+="/etc/wlan/wlan-udev.sh %k"
KERNEL="wlan*",ACTION=="add",DRIVERS=="prism2_usb" ,RUN+="/etc/wlan/wlan-udev.sh %k"

View File

@ -930,7 +930,7 @@ int wlan_setup(wlandevice_t *wlandev)
dev->open = p80211knetdev_open;
dev->stop = p80211knetdev_stop;
#ifdef CONFIG_NET_WIRELESS
#if defined(CONFIG_NET_WIRELESS) || defined(WIRELESS_EXT)
#if ((WIRELESS_EXT < 17) && (WIRELESS_EXT < 21))
dev->get_wireless_stats = p80211wext_get_wireless_stats;
#endif