Hi

I've got a working wlan for my notebook, but I experienced some strange issues:
- it takes about 1 1/2 minutes to connect to a wlan network
- it often disconnects from the network, even with around 40Mb connection
- it consumes a lot of power
- the iwconfig looks really strange

The last two points started to make me think about my wifi. Maybe the driver isnt installed correctly?
Here some console output:

Code:
 lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
00:1d.0 USB Controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
01:00.0 Network controller: Broadcom Corporation BCM43225 802.11b/g/n (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
03:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
iwconfig with connected wlan:
Code:
iwconfig
lo        no wireless extensions.

p8p1      no wireless extensions.

eth1      IEEE 802.11  Nickname:""
          Access Point: Not-Associated   
          Link Quality:4  Signal level:198  Noise level:176
          Rx invalid nwid:0  invalid crypt:0  invalid misc:0
power consumption, while typing this:
Code:
5.71 W      0.0 pkts/s                Device         Network interface: p8p1 (r8169)
  3.06 W      2.1 pkts/s                Device         Network interface: eth1 (wl)
The broadcom-wl driver seems to be installed correctly:
Code:
sudo yum install broadcom-wl
[sudo] password for pille: 
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Package broadcom-wl-5.60.48.36-1.fc13.noarch already installed and latest version
Nothing to do
I'm currently running fedora 15 with kernel 2.6.40.4-5 and gnome-shell 3.0.2.

Greetings
Pille