wlan: Enumeration Type Change

It is good to start valid enum types
with a non-zero value.Otherwise there
is a chance that the structure using
the enum may be initialized to zero
and after that a comparision to the
first item(which may be zero) may lead
to a conditional check match and further
process the code even though it may not
be required.

Change-Id: I39816fd437d31b4476d41a6130f84f570a2bc615
CRs-Fixed: 473532
1 file changed
tree: bb8e703200acaa4a8f750565992fe920b1e5d0c1
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig