@RangerZ, thank you for the helpful information. I really don't want to reinvent the wheel, but I have searched for an appropriate dual-band travel router, and all that I have found have significant limitations. My requirements:
1) the LAN AP at 5 GHz
2) the WAN client side, either Ethernet or Wi-Fi
3) Flexible configuration mechanism for WAN port Wi-Fi client connection (I have tried to use various Wi-Fi to Ethernet clients, but they fail to connect to many hotel networks)
I will examine all the OpenWRT compatible travel routers you mention. One question - since they come with a 2.4 GHz radio, and I will be adding the 5 GHz by USB, is it possible to make the USB radio the AP, and the built-in radio the WAN client?
I understand the single-radio issues, thus my intention to use two radio.
Thanks for the link on the usb essentials, I'm heading there now.
I have been working with the Ralink 5572 chipset which is in the Rosewill RNX-N600UB (probably others). I have made it work under Raspbian with the nl80211 driver and hostapd. But there are a variety of problems, and I can't seem to keep the AP running over time:
First this issue with bridging. Still not solved, just commented it out of /etc/network/interfaces to concentrate on getting the AP function to work. This post also has all the driver and configuration info for the Ralink 5572.
Then this issue with hostapd, that I was able to fix by stumbling on rpi-update.
Then this issue with hostapd and enabling 5 GHz channels. Still no solution - was working on shell scripting work-arounds.
Latest is this issue where the wlan0 interface for the AP loses its statically configured IP and reverts to APIA. I rolled back the changes for NAT routing, but it still happens. Before I didn't let it sit long enough. Somehow a DHCP client function is also claiming wlan0 and overriding with APIA, even though I have it set for static, and have a DHCP server on that interface.
So you can see I've been working on this for weeks, and posted lots of questions in Raspberry Pi forums, and nobody has replied with any answers. So I thought I'd look at OpenWRT, which is already optimized to be a router. And, I _really_ appreciate you took the time to post a reply!

(Last edited by timg11 on 14 Feb 2016, 17:56)