d80211: The struct ieee80211_hw_modes array is a pain

2006-12-13 Thread Michael Buesch
I am currently porting the bcm43xx driver to my new Sonics Silicon Backplane busdriver. I am having a major pain implementing the hw-modes field for this. In particular, the problem is allocation. I always felt sick about hw-modes, but with my new code it's damn complicated to get allocation of

Re: d80211: The struct ieee80211_hw_modes array is a pain

2006-12-13 Thread Ivo Van Doorn
Hi, I am currently porting the bcm43xx driver to my new Sonics Silicon Backplane busdriver. I am having a major pain implementing the hw-modes field for this. In particular, the problem is allocation. I always felt sick about hw-modes, but with my new code it's damn complicated to get