Skip to content

Commit

Permalink
mudando tamanho de buffer tx de 30 para 50
Browse files Browse the repository at this point in the history
  • Loading branch information
danielatk committed Oct 6, 2019
1 parent 8873c57 commit 7969b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt76.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <net/mac80211.h>
#include "util.h"

#define MT_TX_RING_SIZE 30
#define MT_TX_RING_SIZE 50
#define MT_MCU_RING_SIZE 32
#define MT_RX_BUF_SIZE 2048
#define MT_SKB_HEAD_LEN 128
Expand Down

0 comments on commit 7969b56

Please sign in to comment.