pre-merge coding style cleanup and code review
commit8a64320e304a59746f5987caeba986e6baf11dd7
authorMartin Decky <martin@decky.cz>
Thu, 23 Apr 2015 23:40:14 +0000 (24 01:40 +0200)
committerMartin Decky <martin@decky.cz>
Thu, 23 Apr 2015 23:40:14 +0000 (24 01:40 +0200)
tree1d27dcef9cf807c636e590d89337516147818a2c
parent09044cb23535bd9cffcad94397a217746432ba44
pre-merge coding style cleanup and code review
35 files changed:
boot/Makefile
boot/Makefile.common
boot/arch/amd64/Makefile.inc
uspace/Makefile
uspace/app/wifi_supplicant/Makefile
uspace/app/wifi_supplicant/wifi_supplicant.c
uspace/drv/nic/ar9271/Makefile
uspace/drv/nic/ar9271/ar9271.c
uspace/drv/nic/ar9271/ar9271.h
uspace/drv/nic/ar9271/ath.h
uspace/drv/nic/ar9271/ath_usb.c
uspace/drv/nic/ar9271/ath_usb.h
uspace/drv/nic/ar9271/htc.c
uspace/drv/nic/ar9271/htc.h
uspace/drv/nic/ar9271/hw.c
uspace/drv/nic/ar9271/hw.h
uspace/drv/nic/ar9271/wmi.c
uspace/drv/nic/ar9271/wmi.h
uspace/lib/c/include/ieee80211/ieee80211.h
uspace/lib/crypto/aes.c
uspace/lib/crypto/crypto.c
uspace/lib/crypto/crypto.h
uspace/lib/crypto/rc4.c
uspace/lib/drv/generic/remote_ieee80211.c
uspace/lib/drv/include/ieee80211_iface.h
uspace/lib/drv/include/ops/ieee80211.h
uspace/lib/ieee80211/Makefile
uspace/lib/ieee80211/include/ieee80211.h
uspace/lib/ieee80211/include/ieee80211_iface_impl.h
uspace/lib/ieee80211/include/ieee80211_impl.h [copied from uspace/lib/ieee80211/include/ieee80211_iface_impl.h with 54% similarity]
uspace/lib/ieee80211/include/ieee80211_private.h
uspace/lib/ieee80211/src/ieee80211.c
uspace/lib/ieee80211/src/ieee80211_iface_impl.c
uspace/lib/ieee80211/src/ieee80211_impl.c
uspace/srv/net/dhcp/dhcp.c