On my computer I get this result, but this will be very different on yours
[root@localhost ~]$ lspci |grep Network
05:02.0 Network controller: RaLink RT2561/RT61 rev B 802.11g
[root@localhost ~]$
First that will not work for USB devices .......
So one would use lsusb as the command.
BUT .... lsusb does not report "Network" so that command will also fail to give an output.
So I suggest this command may be what is required
lsusb | grep Belkin ..... where Belkin in the manufacturer of the device
A result such as this should then show
lsusb | grep Belkin
Bus 001 Device 014: ID 050d:705a Belkin Components F5D7050A Wireless Adapterregards.