Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161958
b: refs/heads/master
c: 8f75675
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent f26b72e commit 7e51ed5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 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: c6e43bc83fd0f156eeb64bc2fa47323fdff16ba8
refs/heads/master: 8f75675c3a99c91325f17bcc02651c4447d9fb81
10 changes: 0 additions & 10 deletions trunk/drivers/staging/rtl8187se/ieee80211/dot11d.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,6 @@ Dot11d_UpdateCountryIe(
pDot11dInfo->State = DOT11D_STATE_LEARNED;
}

void dump_chnl_map(u8 * channel_map)
{
int i;
printk("Channel List:");
for(i=1; i<= MAX_CHANNEL_NUMBER; i++)
if(channel_map[i] > 0)
printk(" %d(%d)", i, channel_map[i]);
printk("\n");
}

u8
DOT11D_GetMaxTxPwrInDbm(
struct ieee80211_device *dev,
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8187se/ieee80211/dot11d.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,4 @@ int ToLegalChannel(
struct ieee80211_device * dev,
u8 channel
);

void dump_chnl_map(u8 * channel_map);
#endif // #ifndef __INC_DOT11D_H
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ void ieee80211_softmac_scan_syncro(struct ieee80211_device *ieee)
#endif
down(&ieee->scan_sem);
// printk("==================> Sync scan\n");
// dump_chnl_map(channel_map);

while(1)
{
Expand Down

0 comments on commit 7e51ed5

Please sign in to comment.