wifi: use const pointer for a ssid buffer
authorKalle Valo <kalle.valo@canonical.com>
Mon, 27 Sep 2010 21:44:34 +0000 (00:44 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 27 Sep 2010 22:07:57 +0000 (00:07 +0200)
commitcaa69229d14d300587789888714c0f9924adf11e
tree665b8a5f9f4146da3d956d403a85a6a99a5a68d0
parent044cccab26c10b686df7d40720d3521b479414da
wifi: use const pointer for a ssid buffer

A pointer for an ssid buffer was incorrectly stored to a non-const pointer.
After fixing this a unneeded cast can be removed.
plugins/wifi.c