commit | eed415b0e5d44ebd8c5fcd0c8a86b801d494ba5c | [log] [tgz] |
---|---|---|
author | Jeff Johnson <jjohnson@qca.qualcomm.com> | Fri Jan 18 16:11:20 2013 -0800 |
committer | Madan Mohan Koyyalamudi <c_mkoyya@qca.qualcomm.com> | Thu Jan 24 21:32:38 2013 -0800 |
tree | 2b56832682957750ca4bc4d424e01f99416a97c8 | |
parent | f6624a4e6a0bede086e68d50143bd1c8e107dacf [diff] |
wlan: Use "const" for interface name parameter Several WLAN APIs take a "char *" interface name. Upcoming changes to the Linux Kernel will invoke these APIs with a "const char *" value. In order to avoid unnecessary (and dangerous) typecasting, update the WLAN APIs to (correctly) expect a "const char *" value. CRs-Fixed: 443387 Change-Id: I86c53dfef9aa2252b6fdf5761e88563aabbabac2 (cherry picked from commit e4160157b00f2858a2ea043f4c7e717bffd81c53)