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

« back to all changes in this revision

Viewing changes to drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.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:
423
423
/**
424
424
* Function:     HTIOTActIsDisableMCS15
425
425
*
426
 
* Overview:     Check whether driver should declare capability of receving MCS15
 
426
* Overview:     Check whether driver should declare capability of receiving MCS15
427
427
*
428
428
* Input:
429
429
*                       PADAPTER                Adapter,
460
460
/**
461
461
* Function:     HTIOTActIsDisableMCSTwoSpatialStream
462
462
*
463
 
* Overview:     Check whether driver should declare capability of receving All 2 ss packets
 
463
* Overview:     Check whether driver should declare capability of receiving All 2 ss packets
464
464
*
465
465
* Input:
466
466
*                       PADAPTER                Adapter,
1409
1409
        //if in half N mode, set to 20M bandwidth please 09.08.2008 WB.
1410
1410
        if(Bandwidth==HT_CHANNEL_WIDTH_20_40 && (!ieee->GetHalfNmodeSupportByAPsHandler(ieee->dev)))
1411
1411
         {
1412
 
                        // Handle Illegal extention channel offset!!
 
1412
                        // Handle Illegal extension channel offset!!
1413
1413
                if(ieee->current_network.channel<2 && Offset==HT_EXTCHNL_OFFSET_LOWER)
1414
1414
                        Offset = HT_EXTCHNL_OFFSET_NO_EXT;
1415
1415
                if(Offset==HT_EXTCHNL_OFFSET_UPPER || Offset==HT_EXTCHNL_OFFSET_LOWER) {
1426
1426
 
1427
1427
        pHTInfo->bSwBwInProgress = true;
1428
1428
 
1429
 
        // TODO: 2007.7.13 by Emily Wait 2000ms  in order to garantee that switching
 
1429
        // TODO: 2007.7.13 by Emily Wait 2000ms  in order to guarantee that switching
1430
1430
        //   bandwidth is executed after scan is finished. It is a temporal solution
1431
1431
        //   because software should ganrantee the last operation of switching bandwidth
1432
1432
        //   is executed properlly.