Skip to content

Commit

Permalink
wlcore: delete unused WL1271_AGGR_BUFFER_SIZE def
Browse files Browse the repository at this point in the history
WL1271_AGGR_BUFFER_SIZE and WLCORE_AGGR_MAX_PACKETS unused
defines are deleted, aggr_buf_size from wl1271 structure is used
instead.

[Arik - rework for upstream]

Signed-off-by: Igal Chernobelsky <igalc@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
  • Loading branch information
igalc authored and elp committed May 12, 2013
1 parent 6eb8ddb commit c40dbcb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/net/wireless/ti/wlcore/wlcore_i.h
Expand Up @@ -87,11 +87,6 @@
#define WL1271_AP_BSS_INDEX 0
#define WL1271_AP_DEF_BEACON_EXP 20

#define WL1271_AGGR_BUFFER_SIZE (5 * PAGE_SIZE)

#define WLCORE_AGGR_MAX_PACKETS (WL1271_AGGR_BUFFER_SIZE / \
sizeof(struct ieee80211_hdr))

enum wlcore_state {
WLCORE_STATE_OFF,
WLCORE_STATE_RESTARTING,
Expand Down

0 comments on commit c40dbcb

Please sign in to comment.