Re: How to replace control code in gdm72xx?

2014-07-25 Thread Michalis Pappas
On 07/17/2014 01:59 AM, Ben Chan wrote: From what I read from the user-space code, the custom ioctl is to read the following information from the driver: enum { SIOC_DATA_FSM, // Device/Connection State SIOC_DATA_NETLIST, // Network list SIOC_DATA_CONNNSP,

How to replace control code in gdm72xx?

2014-07-16 Thread Michalis Pappas
Hi, I'm currently working on bringing the gdm72xx WiMAX driver out of staging. The driver currently uses two control channels: 1. The SIOCDEVPRIVATE ioctl to send and receive state messages 2. A customly defined netlink protocol for passing messages verbatim to the device controller AFAIK both

Re: How to replace control code in gdm72xx?

2014-07-16 Thread Greg KH
On Wed, Jul 16, 2014 at 09:24:28PM +0100, Michalis Pappas wrote: Hi, I'm currently working on bringing the gdm72xx WiMAX driver out of staging. The driver currently uses two control channels: 1. The SIOCDEVPRIVATE ioctl to send and receive state messages 2. A customly defined netlink

Re: How to replace control code in gdm72xx?

2014-07-16 Thread Ben Chan
On Wed, Jul 16, 2014 at 1:40 PM, Greg KH g...@kroah.com wrote: On Wed, Jul 16, 2014 at 09:24:28PM +0100, Michalis Pappas wrote: Hi, I'm currently working on bringing the gdm72xx WiMAX driver out of staging. The driver currently uses two control channels: 1. The SIOCDEVPRIVATE ioctl