Remove unused valid_bss_mask driver_ops
This commit is contained in:
parent
735f652237
commit
451c367d06
6 changed files with 0 additions and 43 deletions
|
@ -1705,17 +1705,6 @@ struct wpa_driver_ops {
|
|||
int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
|
||||
int cw_max, int burst_time);
|
||||
|
||||
/**
|
||||
* valid_bss_mask - Validate BSSID mask
|
||||
* @priv: Private driver interface data
|
||||
* @addr: Address
|
||||
* @mask: Mask
|
||||
* Returns: 0 if mask is valid, -1 if mask is not valid, 1 if mask can
|
||||
* be used, but the main interface address must be the first address in
|
||||
* the block if mask is applied
|
||||
*/
|
||||
int (*valid_bss_mask)(void *priv, const u8 *addr, const u8 *mask);
|
||||
|
||||
/**
|
||||
* if_add - Add a virtual interface
|
||||
* @priv: Private driver interface data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue