~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/staging/vt6656/wpactl.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
660
660
 
661
661
         }
662
662
 
663
 
    };
 
663
    }
664
664
 
665
665
  kfree(ptempBSS);
666
666
 
673
673
        if (!pBSS->bActive)
674
674
            continue;
675
675
        count++;
676
 
    };
 
676
    }
677
677
 
678
678
    pBuf = kcalloc(count, sizeof(struct viawget_scan_result), (int)GFP_ATOMIC);
679
679
 
729
729
 
730
730
    if (copy_to_user(param->u.scan_results.buf, pBuf, sizeof(struct viawget_scan_result) * count)) {
731
731
                ret = -EFAULT;
732
 
        };
 
732
        }
733
733
        param->u.scan_results.scan_count = count;
734
734
    DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO " param->u.scan_results.scan_count = %d\n", count)
735
735
 
831
831
                break;
832
832
        default:
833
833
                pDevice->eEncryptionStatus = Ndis802_11EncryptionDisabled;
834
 
        };
 
834
        }
835
835
 
836
836
           pMgmt->Roam_dbm = param->u.wpa_associate.roam_dbm;
837
837
         // if ((pMgmt->Roam_dbm > 40)&&(pMgmt->Roam_dbm<80))
886
886
    bScheduleCommand((void *) pDevice,
887
887
                     WLAN_CMD_BSSID_SCAN,
888
888
                     pMgmt->abyDesireSSID);
889
 
  };
 
889
  }
890
890
}
891
891
/****************************************************************/
892
892