Thank you Guru3 for ur help,
Your suggestion has solved the driver installation problem. It has registered as wlan0. but i still have problem for dhclient. There is a dhcp server in my network but it doesnt assign an ip to my pc after i type 'dhclient wlan0'. The message that i have got since after the installation is here :
[root@localhost root]# iwconfig wlan0 mode ad-hoc essid my_wlan
[root@localhost root]#
[root@localhost root]# ifconfig wlan0 10.10.10.10
[root@localhost root]# ping 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
64 bytes from 10.10.10.10: icmp_seq=1 ttl=64 time=0.309 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=64 time=0.036 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=64 time=0.036 ms
64 bytes from 10.10.10.10: icmp_seq=4 ttl=64 time=0.036 ms
64 bytes from 10.10.10.10: icmp_seq=5 ttl=64 time=0.039 ms
--- 10.10.10.10 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3996ms
rtt min/avg/max/mdev = 0.036/0.091/0.309/0.109 ms
[root@localhost root]#
[root@localhost root]# dhclient wlan0
Internet Software Consortium DHCP Client V3.0pl1
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/products/DHCP
/sbin/dhclient-script: configuration for wlan0 not found.
Listening on LPF/wlan0/00:05:5d:93:11:b0
Sending on LPF/wlan0/00:05:5d:93:11:b0
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
/sbin/dhclient-script: configuration for wlan0 not found.
[root@localhost root]#
Now i'm windows and my connection status is :
IP address : 172.16.1.19
Subnet Mask : 255.255.0.0
Default Gateway : 172.16.1.1
what should i do to make it work in linux?