init: wifi: Add new device ID for AR6004-SDIO

Added new device ID 0x0402 fo AR6004 SDIO.
This is required in order to recognize correctly new
AR6004 HW components.

Change-Id: Ifd80edf1d8101e7c12c695034f025cc08a1eb5f5
This commit is contained in:
Ilia Lin 2013-07-02 20:06:11 +03:00
parent c2990f2e6a
commit ab4077f1b9
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ case "$target" in
for device in $sdio_devices; do
if [ $ven_idx -eq $dev_idx ]; then
case "$device" in
"0x0400" | "0x0401")
"0x0400" | "0x0401" | "0x0402")
wlanchip="AR6004-SDIO"
;;
*)