Searched defs:chan_offset (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtllib_softmac_wx.c333 enum ht_extchnl_offset chan_offset = 0; local
367 chan_offset = ieee->pHTInfo->CurSTAExtChnlOffset;
370 chan_offset, bandwidth);
379 if (chan_offset == HT_EXTCHNL_OFFSET_UPPER)
381 else if (chan_offset == HT_EXTCHNL_OFFSET_LOWER)
385 ieee->SetBWModeHandler(ieee->dev, bandwidth, chan_offset);
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c301 HT_EXTCHNL_OFFSET chan_offset=0; local
318 chan_offset = ieee->pHTInfo->CurSTAExtChnlOffset;
320 printk("Scan in 40M, force to 20M first:%d, %d\n", chan_offset, bandwidth);
326 if (chan_offset == HT_EXTCHNL_OFFSET_UPPER)
328 else if (chan_offset == HT_EXTCHNL_OFFSET_LOWER)
332 ieee->SetBWModeHandler(ieee->dev, bandwidth, chan_offset);

Completed in 52 milliseconds