Rename some src/ap files to avoid duplicate file names

Doxygen and some build tools may get a bit confused about same file
name being used in different directories. Clean this up a bit by
renaming some of the duplicated file names in src/ap.
This commit is contained in:
Jouni Malinen 2009-12-26 00:05:40 +02:00
parent fcfda83bf9
commit 6226e38d00
41 changed files with 199 additions and 198 deletions

View file

@ -20,10 +20,10 @@
#include "utils/eloop.h"
#include "common/ieee802_11_defs.h"
#include "common/ieee802_11_common.h"
#include "ap/hostapd.h"
#include "ap/config.h"
#include "hw_features.h"
#include "hostapd.h"
#include "ap_config.h"
#include "driver_i.h"
#include "hw_features.h"
void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,