mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-29 21:14:28 -04:00 
			
		
		
		
	hostapd: add missing inline stubs for ubus vlan event support
Only used when building without ubus support Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		
							parent
							
								
									937dd79e2a
								
							
						
					
					
						commit
						33c69aee41
					
				| @ -76,6 +76,14 @@ static inline void hostapd_ubus_free_bss(struct hostapd_data *hapd) | ||||
| { | ||||
| } | ||||
| 
 | ||||
| static inline void hostapd_ubus_add_vlan(struct hostapd_data *hapd, struct hostapd_vlan *vlan) | ||||
| { | ||||
| } | ||||
| 
 | ||||
| static inline void hostapd_ubus_remove_vlan(struct hostapd_data *hapd, struct hostapd_vlan *vlan) | ||||
| { | ||||
| } | ||||
| 
 | ||||
| static inline int hostapd_ubus_handle_event(struct hostapd_data *hapd, struct hostapd_ubus_request *req) | ||||
| { | ||||
| 	return 0; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user