Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353894
b: refs/heads/master
c: 14de744
h: refs/heads/master
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 29f06a5 commit 32b3e39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acf7537651a6d2680c0ca465ab2bfeeef31d0407
refs/heads/master: 14de74481f4de7e8aec3f4c6d3951efb016e83bb
12 changes: 6 additions & 6 deletions trunk/drivers/staging/rtl8187se/ieee80211/dot11d.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Dot11d_Reset(struct ieee80211_device *ieee)
void
Dot11d_UpdateCountryIe(
struct ieee80211_device *dev,
u8 * pTaddr,
u8 *pTaddr,
u16 CoutryIeLen,
u8 * pCoutryIe
u8 *pCoutryIe
)
{
PRT_DOT11D_INFO pDot11dInfo = GET_DOT11D_INFO(dev);
Expand Down Expand Up @@ -107,7 +107,7 @@ Dot11d_UpdateCountryIe(
MaxChnlNum = pTriple->FirstChnl + j;
}

pTriple = (PCHNL_TXPOWER_TRIPLE)((u8*)pTriple + 3);
pTriple = (PCHNL_TXPOWER_TRIPLE)((u8 *)pTriple + 3);
}
#if 1
//printk("Dot11d_UpdateCountryIe(): Channel List:\n");
Expand Down Expand Up @@ -148,7 +148,7 @@ DOT11D_GetMaxTxPwrInDbm(

void
DOT11D_ScanComplete(
struct ieee80211_device * dev
struct ieee80211_device *dev
)
{
PRT_DOT11D_INFO pDot11dInfo = GET_DOT11D_INFO(dev);
Expand All @@ -170,7 +170,7 @@ DOT11D_ScanComplete(
}

int IsLegalChannel(
struct ieee80211_device * dev,
struct ieee80211_device *dev,
u8 channel
)
{
Expand All @@ -186,7 +186,7 @@ int IsLegalChannel(
}

int ToLegalChannel(
struct ieee80211_device * dev,
struct ieee80211_device *dev,
u8 channel
)
{
Expand Down

0 comments on commit 32b3e39

Please sign in to comment.