On Wed, Apr 27, 2016 at 7:34 AM, Erik P. Olsen <epodata@gmail.com> wrote:
Is there a way to check which network modes (802.11 b, g or n) my
laptop supports/uses. The laptop in question is a Lenovo Thinkpad L430
running F23.

--
Erik
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

You can do from command line

lspci | grep Wireless

and this should tell you what wireless card you are using and from there web search the specs...

according to this site:

http://www.cnet.com/products/lenovo-thinkpad-l430-2465-14-core-i5-3320m-windows-7-professional-64-bit-4-gb-ram-320-gb-hdd-series/specs/

the L430 spec'd using "n".  But the command should be used to insure you know YOUR wireless controller.  Manufacturers can and have changed components in a line of production.

-- Fred