Signed-off-by: Michael Buesch <mbuesch@freenet.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
@@ -497,5 +497,3 @@ void bcm43xx_printk_bitdump(const unsigned char *data,
}
printk("\n");
-
-/* vim: set ts=8 sw=8 sts=8: */
@@ -968,5 +968,3 @@ void bcm43xx_dma_tx_resume(struct bcm43xx_dmaring *ring)
& ~BCM43xx_DMA_TXCTRL_SUSPEND);
bcm43xx_power_saving_ctl_bits(ring->bcm, -1, -1);
@@ -291,5 +291,3 @@ void bcm43xx_leds_switch_all(struct bcm43xx_private *bcm, int on)
bcm43xx_write16(bcm, BCM43xx_MMIO_GPIO_CONTROL, ledctl);
@@ -3956,5 +3956,3 @@ static void __exit bcm43xx_exit(void)
module_init(bcm43xx_init)
module_exit(bcm43xx_exit)
@@ -604,5 +604,3 @@ data_ready:
bcm43xx_rx(queue->bcm, skb, rxhdr);
@@ -320,5 +320,3 @@ void bcm43xx_sysfs_unregister(struct bcm43xx_private *bcm)
device_remove_file(dev, &sysfs->attr_interfmode);
device_remove_file(dev, &sysfs->attr_sprom);
@@ -1055,5 +1055,3 @@ const struct iw_handler_def bcm43xx_wx_handlers_def = {
.private_args = bcm43xx_priv_wx_args,
.get_wireless_stats = bcm43xx_get_wireless_stats,
};
@@ -577,5 +577,3 @@ int bcm43xx_rx(struct bcm43xx_private *bcm,
return err;