Skip to content

Commit

Permalink
20170311,add aac command
Browse files Browse the repository at this point in the history
  • Loading branch information
mango committed Mar 11, 2017
1 parent 4a27893 commit dad5b38
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 343 deletions.
5 changes: 5 additions & 0 deletions package/airkiss/src/airkiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ int set_channel(int channel)
{
char cmd[128] = "\0";
snprintf(cmd,128,"iwpriv apcli0 elian set_ch=%d",channel);
// snprintf(cmd,128,"iwpriv apcli0 set Channel=%d",channel);
system(cmd);
return 0;
}
Expand Down Expand Up @@ -99,6 +100,10 @@ static void signal_handle(void)
signal(SIGBUS, &exit_airkiss);//bus error/**/
}

int udpsend(unsigned char random)
{
}

int main(int argc, char* argv[])
{
int length;
Expand Down
3 changes: 1 addition & 2 deletions package/mtk-wifi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ define Package/mtk-wifi/install
$(INSTALL_DIR) $(1)/sbin/
$(CP) $(PKG_BUILD_DIR)/ap_client $(1)/sbin/
$(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION)/
$(CP) ./wifi_ko/mt_wifi_lintel.ko $(1)/lib/modules/$(LINUX_VERSION)/mt_wifi.ko
$(CP) ./wifi_ko/eeprom.ko $(1)/lib/modules/$(LINUX_VERSION)/eeprom.ko
$(CP) ./wifi_ko/mt_wifi.ko $(1)/lib/modules/$(LINUX_VERSION)/mt_wifi.ko
$(CP) ./files/* $(1)/
endef

Expand Down
230 changes: 0 additions & 230 deletions package/mtk-wifi/files/etc/Wireless/RT2860/RT2860AP.dat

This file was deleted.

14 changes: 0 additions & 14 deletions package/mtk-wifi/files/etc/Wireless/SingleSKU_2G.dat

This file was deleted.

Loading

0 comments on commit dad5b38

Please sign in to comment.