Haven't finished setting up the wireless internet connection just yet, though.
If you have a Broadcom card just install ndiswrapper. It'll save ya a lot of headaches. Google for it. Download the source, and either download the windoze drivers or copy them from your windoze partion.
untar the ndiswrapper package, cd to the ndiswrapper that created, and then do the following commands:
make && make install
ndiswrapper -i full-path-to-windoze-driver-file.inf
ndiswrapper -l (should say driver installed and hardware present)
ndiswrapper -m
mcedit /etc/rc.d/rc.inet1.conf
find the section about wlan0 and uncomment the lines about IFNAME=wlan0 and use dhcp (unless using a fixed ip addy).
If you're using encryptioon uncomment those lines as well and fill in the necessary info.
execute the command /etc/rc.d/rc.inet1. that should bring up the card and get you an IP addy and a connection. It'll do it automatically after that.
to speed up your boot time a bit edit the /etc/rc.d/rc.M file. find the line that executes the command /sbin/ldconfig. change it to /sbin/ldconfig& and the ldconfig command will run in the background and allow the boot to continue.
It also helps to install a 2.6 series kernel because they can use udev. then you can disable hotplug (which is slow as hell) by the command chmod -x /etc/rc.d/rc.hotplug