
Originally Posted by
Leolai
It probably doesn't have anything to do with the wireless cards.
It's due to the autoconfig for the wireless in windows. I had the problem with my Vista and couldn't in the life of me figure out what the problem was. But it's apparently a "feature" that searches for a newer better network to connect to once every minute, and during that search the wireless traffic goes flat for like a second or so (reaaally annoying when gaming).
What I did to get rid of it was the following. Make a shortcut with the following path:
C:\Windows\System32\cmd.exe /k netsh wlan set autoconfig enabled=no interface="<insert the name of your wireless connection here>"
However, disabeling it hinders windows to connect to a wireless network, so disable it after you're connected.
To enable it I have another shortcut like this:
C:\Windows\System32\cmd.exe /k netsh wlan set autoconfig enabled=yes interface="<insert name of your wireless conncetion here>"
just edit the <insert the name of your wireless connection here> into what your connction is called. Mine is: Trådlös Nätverksansultning (due to me being a lolsweed).
There are probably better ways to do it if you google it.