Commit Graph

66 Commits (23e018a1b083ecb4b8bb2fb43d58e7c19b5d7959)

Author SHA1 Message Date
Marcel Holtmann 384912ed19 net: Add DEVTYPE support for Ethernet based devices 16 years ago
Stephen Hemminger d0cf9c0dad wireless: convert drivers to netdev_tx_t 16 years ago
Tomas Winkler 51def0bea9 imwc3200: move iwmc3200 SDIO ids to sdio_ids.h 16 years ago
GeunSik Lim 156f5a7801 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. 16 years ago
Inaky Perez-Gonzalez 98eb0f53e2 wimax: fix gcc warnings in sh4 when calling BUG() 16 years ago
Cindy H Kao 0bcfc5ef01 wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS 16 years ago
Cindy H Kao 8b5b30ee7d wimax/i2400m: when bootstrap fails, reinitialize the bootrom 16 years ago
Inaky Perez-Gonzalez 16820c166d wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine 16 years ago
Inaky Perez-Gonzalez 6e053d6c79 wimax/i2400m: don't reset device when bootrom init retries are exceeded 16 years ago
Dirk Brandewie 1c0b2dd757 wimax/i2400m/sdio: Add device specific poke table. 16 years ago
Dirk Brandewie 7308a0c239 wimax/i2400m: move boot time poke table out of common driver 16 years ago
Inaky Perez-Gonzalez ecddfd5ed7 wimax/i2400m: Allow bus-specific driver to specify retry count 16 years ago
Inaky Perez-Gonzalez b4013f91cd wimax/i2400m: if a device reboot happens during probe, handle it 16 years ago
Inaky Perez-Gonzalez 59063afa0a wimax/i2400m: fix oops when the TX FIFO fills up due to a missing check 16 years ago
Inaky Perez-Gonzalez b4bd07e3b1 wimax/i2400m: don't reset device on i2400m_dev_shutdown() 16 years ago
Inaky Perez-Gonzalez 2971a5bac8 wimax/i2400m: fix panic due to missed corner cases on tail_room calculation 16 years ago
Inaky Perez-Gonzalez c56affafdd wimax/i2400m: fix panic/warnings caused by missed check on empty TX message 16 years ago
Inaky Perez-Gonzalez 8593a1967f wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGN 16 years ago
Dirk Brandewie 10b1de6b77 wimax/i2400m/sdio: Implement I2400M_RT_BUS reset type 16 years ago
Dirk Brandewie ead6823991 wimax/i2400m: Change d_printf() level for secure boot messages 16 years ago
Inaky Perez-Gonzalez 16eafba8de wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue 16 years ago
Inaky Perez-Gonzalez e9a6b45be5 wimax/i2400m: i2400m's work queue should be initialized before RX support 16 years ago
Inaky Perez-Gonzalez fff1068559 wimax/i2400m: don't call netif_start_queue() in _tx_msg_sent() 16 years ago
Inaky Perez-Gonzalez fb10167478 wimax/i2400m: introduce module parameter to disable entering power save 16 years ago
Inaky Perez-Gonzalez 2618ab774e wimax/i2400m: usb: fix device reset on autosuspend while not yet idle 16 years ago
Inaky Perez-Gonzalez a0a4c4c9e5 wimax/i2400m: sdio: set the block size before enabling the function 16 years ago
Inaky Perez-Gonzalez 052991d7ac wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*() 16 years ago
Inaky Perez-Gonzalez 8ac1101f8c wimax/i2400m: factor out 'state report's TLV handling to a function 16 years ago
Inaky Perez-Gonzalez 223beea238 wimax/i2400m: allow kernel commands to device to be logged too 16 years ago
Inaky Perez-Gonzalez 44b849d11b wimax/i2400m: trace commands sent from user space on the "echo" pipe 16 years ago
Inaky Perez-Gonzalez fe44268385 wimax/i2400m: generate fake source MAC address with random_ether_addr() 16 years ago
Inaky Perez-Gonzalez e069c0cf7c wimax/i2400m: usb: fix device reset on autosuspend while not yet idle 16 years ago
Inaky Perez-Gonzalez 4e5b6d006b wimax/i2400m: fix device crash: fix optimization in _roq_queue_update_ws 16 years ago
Kay Sievers 2c0f3e96f3 wimax: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Randy Dunlap ff5e2b4732 wimax: fix i2400m printk formats 16 years ago
Inaky Perez-Gonzalez c747583d19 wimax/i2400m: implement RX reorder support 16 years ago
Harvey Harrison 61b8d2688a wimax: replace uses of __constant_{endian} 16 years ago
Inaky Perez-Gonzalez fd5c565c0c wimax/i2400m: support extended data RX protocol (no need to reallocate skbs) 16 years ago
Kay Sievers 347707baa7 wimax: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Inaky Perez-Gonzalez 8987691a4a wimax/i2400m: allow control of the base-station idle mode timeout 16 years ago
Inaky Perez-Gonzalez 6a0f7ab830 wimax/i2400m: firmware_check() encodes the firmware version in i2400m->fw_version 16 years ago
Inaky Perez-Gonzalez efa05d0f0a wimax/i2400m: drop support for deprecated major fw interface, add for new minor 16 years ago
Inaky Perez-Gonzalez 1039abbc5b wimax/i2400m: add the ability to fallback to other firmware files if the default is not there 16 years ago
Wei Yongjun c71a2699c5 i2400m: remove some pointless conditionals before kfree_skb() 16 years ago
Inaky Perez-Gonzalez 494ef10eba wimax/i2400m: driver loads firmware v1.4 instead of v1.3 16 years ago
Harvey Harrison ee437770c4 wimax: replace uses of __constant_{endian} 16 years ago
Inaky Perez-Gonzalez 1af7ad5104 wimax: fix build issue when debugfs is disabled 16 years ago
Inaky Perez-Gonzalez a962dc2520 wimax/i2400m: convert to net_device_ops 16 years ago
Inaky Perez-Gonzalez f4895b8bc8 wimax/i2400m: error paths that need to free an skb should use kfree_skb() 16 years ago
Inaky Perez-Gonzalez 9fd7a1d92b i2400m/usb: wrap USB power saving in #ifdef CONFIG_PM 16 years ago