~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wimax/i2400m/fw.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 * endpoint and read from it in the notification endpoint. In SDIO we
55
55
 * talk to it via the write address and read from the read address.
56
56
 *
57
 
 * Upon entrance to boot mode, the device sends (preceeded with a few
 
57
 * Upon entrance to boot mode, the device sends (preceded with a few
58
58
 * zero length packets (ZLPs) on the notification endpoint in USB) a
59
59
 * reboot barker (4 le32 words with the same value). We ack it by
60
60
 * sending the same barker to the device. The device acks with a
1589
1589
                i2400m->fw_name = fw_name;
1590
1590
                ret = i2400m_fw_bootstrap(i2400m, fw, flags);
1591
1591
                release_firmware(fw);
1592
 
                if (ret >= 0)   /* firmware loaded succesfully */
 
1592
                if (ret >= 0)   /* firmware loaded successfully */
1593
1593
                        break;
1594
1594
                i2400m->fw_name = NULL;
1595
1595
        }