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

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8187se/r8180_dm.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:
123
123
//
124
124
//      Description:
125
125
//              Callback function of UpdateTxPowerWorkItem.
126
 
//              Because of some event happend, e.g. CCX TPC, High Power Mechanism,
 
126
//              Because of some event happened, e.g. CCX TPC, High Power Mechanism,
127
127
//              We update Tx power of current channel again.
128
128
//
129
129
void rtl8180_tx_pw_wq (struct work_struct *work)
984
984
                {
985
985
                        priv->TryupingCount = 0;
986
986
                        //
987
 
                        // When transfering from CCK to OFDM, DIG is an important issue.
 
987
                        // When transferring from CCK to OFDM, DIG is an important issue.
988
988
                        //
989
989
                        if(priv->CurrentOperaRate == 22)
990
990
                                bUpdateInitialGain = true;