tree-wide: fix comment/printk typos
[linux-flexiantxendom0-natty.git] / drivers / net / wimax / i2400m / driver.c
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-10-05 stephen hemmingerwimax: make functions local
2010-05-16 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-05-11 Prasanna S Panchamukhiwimax/i2400m: Move module params to other file so they...
2010-05-11 Cindy H Kaowimax/i2400m: Correct the error path handlers order...
2010-05-11 Cindy H Kaowimax/i2400m: add the error recovery mechanism on TX...
2010-05-11 Cindy H Kaowimax/i2400m: fix for missed reset events if triggered...
2010-05-11 Cindy H Kaowimax/i2400m: correct the error path handlers in dev_st...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-01-07 hartleysdrivers/net/wimax/i2400m/driver.c: use %pM to show...
2009-11-03 Inaky Perez-Gonzalezwimax/i2400m: introduce i2400m_reset(), stopping TX...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: make i2400m->bus_dev_{stop,start}() optional
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: Let device's status reports change the...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: queue device's report until the driver...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: move i2400m_init() out of i2400m.h
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: fix deadlock: don't do BUS reset under...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: when stopping the device, cancel any...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: Implement pre/post reset support in the...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: do bootmode buffer management in i2400m_s...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: introduce i2400m->bus_setup/release
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: clarify and fix i2400m->{ready,updown}
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: cleanup initialization/destruction flow
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: on device stop, clean up pending wake...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: cache firmware on system suspend
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: add reason argument to i2400m_dev_reset_h...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: clean up & add a payload argument to...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: rework bootrom initialization to be more...
2009-10-19 Inaky Perez-Gonzalezwimax: allow specifying debug levels as command line...
2009-10-19 Inaky Perez-Gonzalezwimax/i2400m: add missing debug submodule definition
2009-10-19 Dirk Brandewiewimax/i2400m: Ensure boot mode cmd and ack buffers...
2009-06-11 Cindy H Kaowimax/i2400m: use -EL3RST to indicate device reset...
2009-06-11 Cindy H Kaowimax/i2400m: when bootstrap fails, reinitialize the...
2009-06-11 Inaky Perez-Gonzalezwimax/i2400m: Allow bus-specific driver to specify...
2009-06-11 Inaky Perez-Gonzalezwimax/i2400m: if a device reboot happens during probe...
2009-06-11 Inaky Perez-Gonzalezwimax/i2400m: i2400m_schedule_work() doesn't need i2400...
2009-06-11 Inaky Perez-Gonzalezwimax/i2400m: i2400m's work queue should be initialized...
2009-06-11 Inaky Perez-Gonzalezwimax/i2400m: introduce module parameter to disable...
2009-05-29 Inaky Perez-Gonzalezwimax/i2400m: allow kernel commands to device to be...
2009-05-29 Inaky Perez-Gonzalezwimax/i2400m: trace commands sent from user space on...
2009-05-29 Inaky Perez-Gonzalezwimax/i2400m: generate fake source MAC address with...
2009-03-24 Kay Sieverswimax: struct device - replace bus_id with dev_name...
2009-03-02 Inaky Perez-Gonzalezwimax/i2400m: implement RX reorder support
2009-03-02 Kay Sieverswimax: struct device - replace bus_id with dev_name...
2009-03-02 Inaky Perez-Gonzalezwimax/i2400m: allow control of the base-station idle...
2009-03-02 Inaky Perez-Gonzalezwimax/i2400m: firmware_check() encodes the firmware...
2009-01-30 Inaky Perez-Gonzalezwimax: fix build issue when debugfs is disabled
2009-01-07 Inaky Perez-Gonzalezi2400m: Generic probe/disconnect, reset and message...