Skip to content

Commit

Permalink
Staging: rtl8187se/ieee80211: remove unused dump_chnl_map()
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent c6e43bc commit 8f75675
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions 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 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
1 change: 0 additions & 1 deletion drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c
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 8f75675

Please sign in to comment.