mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 23:01:29 +00:00
staging: rtl8192e: Remove useless debug code
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
cf3d3d38e7
commit
f016175773
@ -1735,11 +1735,6 @@ short rtl8192_tx(struct net_device *dev, struct sk_buff* skb)
|
|||||||
pdesc->NoEnc = 1;
|
pdesc->NoEnc = 1;
|
||||||
pdesc->SecType = 0x0;
|
pdesc->SecType = 0x0;
|
||||||
if (tcb_desc->bHwSec) {
|
if (tcb_desc->bHwSec) {
|
||||||
static u8 tmp =0;
|
|
||||||
if (!tmp) {
|
|
||||||
printk("==>================hw sec\n");
|
|
||||||
tmp = 1;
|
|
||||||
}
|
|
||||||
switch (priv->ieee80211->pairwise_key_type) {
|
switch (priv->ieee80211->pairwise_key_type) {
|
||||||
case KEY_TYPE_WEP40:
|
case KEY_TYPE_WEP40:
|
||||||
case KEY_TYPE_WEP104:
|
case KEY_TYPE_WEP104:
|
||||||
|
Loading…
Reference in New Issue
Block a user