mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-26 18:17:07 -04:00
!850 fix:clear wifi framework driver codex
Merge pull request !850 from 王有刚/master
This commit is contained in:
@@ -39,7 +39,7 @@ int32_t HdfWifiGetBusIdx(void)
|
||||
* @brief as for now, we just support one wlan module in one board cause driver binds to wlan featere
|
||||
* due to that reason, once we detected one chip, we stop rescan.
|
||||
*/
|
||||
int HdfWlanBusInit(struct HdfWlanDevice *data, const struct HdfConfigWlanBus *busConfig)
|
||||
static int HdfWlanBusInit(struct HdfWlanDevice *data, const struct HdfConfigWlanBus *busConfig)
|
||||
{
|
||||
struct BusDev *bus = NULL;
|
||||
bus = HdfWlanCreateBusManager(busConfig);
|
||||
|
||||
Reference in New Issue
Block a user