mac80211: make retry limits part of hw config
Instead of having a separate callback, use the HW config callback with a new flag to change retry limits. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
525181891f
commit
9124b07740
@ -599,6 +599,9 @@ struct rt2x00lib_ops {
|
||||
#define CONFIG_UPDATE_SLOT_TIME ( 1 << 5 )
|
||||
#define CONFIG_UPDATE_BEACON_INT ( 1 << 6 )
|
||||
#define CONFIG_UPDATE_ALL 0xffff
|
||||
|
||||
int (*set_retry_limit) (struct ieee80211_hw *hw,
|
||||
u32 short_limit, u32 long_limit);
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user