Hi, I noticed that our wifi driver can be controlled via iwconfig to increase TX power. It's not too impressive change (from default 14dbm to max 15dbm), but still it's a ~25% transmission power increase considering miliwatts (25mW->32mW) 
Please remember it will slightly improve your wifi connection, but also increase the power consumption!
HOWTO:
Use the file everytime you switch on the wifi (or create a relevant script):
Download: iwconfig
Cheers,
z
Please remember it will slightly improve your wifi connection, but also increase the power consumption!
HOWTO:
Use the file everytime you switch on the wifi (or create a relevant script):
Code:
iwconfig wlan0 txpower 15
Download: iwconfig
Cheers,
z