brcmsmac: Remove some noisy and uninformative debug messages

These messages clutter up the trace buffer without adding any useful
information.

Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Tested-by: Daniel Wagner <wagi@monom.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Seth Forshee
2012-11-15 08:08:12 -06:00
committed by John W. Linville
parent 0c9a0a1dd1
commit 9242c7261b
2 changed files with 0 additions and 27 deletions

View File

@@ -1377,8 +1377,6 @@ int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
struct ieee80211_tx_info *tx_info;
bool is_ampdu;
brcms_dbg_dma(di->core, "%s:\n", di->name);
/* no use to transmit a zero length packet */
if (p->len == 0)
return 0;