From: Arend van Spriel Date: Wed, 5 Oct 2011 13:20:08 +0000 (+0200) Subject: staging: brcm80211: use identifiers instead of string for srom lookup X-Git-Tag: v3.2-rc1~169^2^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe19e50ed9c78dc52902259d1457b122bd10bf12;p=pandora-kernel.git staging: brcm80211: use identifiers instead of string for srom lookup The driver variables from srom are stored in memory with string identifiers and the caller needed to use this string identifier to retrieve a driver variable. The commit changes the calling code replacing strings with enumerated identifiers. Reported-by: Johannes Berg Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Roland Vossen Reviewed-by: Alwin Beukers Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed