rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.
All drivers set this value to 1, so there is no need (currently) to let drivers set this. Therefor, remove the field; we can always add it back when it is needed. Inspired by an earlier patch from Paul Fertser. Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com> Cc: Paul Fertser <fercerpav@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
fd0fc5218d
commit
3e4c4151e5
@@ -656,7 +656,6 @@ struct rt2x00lib_ops {
|
||||
struct rt2x00_ops {
|
||||
const char *name;
|
||||
const unsigned int drv_data_size;
|
||||
const unsigned int max_sta_intf;
|
||||
const unsigned int max_ap_intf;
|
||||
const unsigned int eeprom_size;
|
||||
const unsigned int rf_size;
|
||||
|
Reference in New Issue
Block a user