A patch from Dan Williams to fix up operation on Fedora 7.
This commit is contained in:
parent
15790a3412
commit
7e18f6b058
1
CHANGES
1
CHANGES
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue