This patch set adds support for the RF212 chip to the existing at86rf230 driver, and adds various PHY parameters and netlink APIs to modify these parameters.
Newly supported PHY parameters are: * TX power control * LBT mode for radios that support it (only in RF212 driver) * CCA mode setting (only in RF212 driver) * CCA energy detection levels (only in RF212 driver) Furthermore, add support for channels 0 to 10 on page 2 (100kbps QPSK on 868.3MHz for channel 0, 250kbps QPSK in to 915MHz band for 1 to 10) to the RF212 driver. Changes since v2: * correctly allocate SPI buffers for early chip detect in probe() * rename some functions to avoid name inconsistencies * rebased onto v3.13 Changes since v1: * autoack/autoretransmit dropped * split ops structures, one for 230 and one for 212. RF2xy chips are now detected early during probe to support this * changed TX power attribute to s8 * fixed channel/page switching bugs that would have left the radio in an invalid state * proper locking (I hope) * return errors from ieee802154_dev for unsupported ops ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
