Age | Commit message (Expand) | Author | Files | Lines |
2009-05-06 | p54usb: Fixes compile error with CONFIG_PM=n | Hauke Mehrtens | 1 | -0/+2 |
2009-05-06 | p54usb: rework driver for resume | Christian Lamparter | 2 | -95/+177 |
2009-05-06 | p54usb: remove some dead code | Christian Lamparter | 1 | -53/+3 |
2009-05-06 | mac80211: unify config_interface and bss_info_changed | Johannes Berg | 1 | -38/+25 |
2009-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 4 | -20/+20 |
2009-04-23 | p54: fix ps-poll delivery in ap mode | Christian Lamparter | 1 | -1/+2 |
2009-04-23 | p54: deactivate broken powersave function (part 2) | Christian Lamparter | 1 | -2/+1 |
2009-04-23 | p54: remove module_ stubs | Christian Lamparter | 1 | -12/+0 |
2009-04-23 | p54: remove obsolet signal quality calculation | Christian Lamparter | 1 | -2/+0 |
2009-04-23 | p54: utilize all available key slots for decryption offload | Christian Lamparter | 2 | -27/+75 |
2009-04-23 | p54spi: get rid of busy-wait loops | Max Filippov | 1 | -27/+14 |
2009-04-23 | p54: add beacon filtering support | Christian Lamparter | 2 | -4/+14 |
2009-04-23 | p54: more SoftLED updates | Christian Lamparter | 2 | -23/+70 |
2009-04-23 | p54: clean up p54.h's struct p54_common | Christian Lamparter | 1 | -25/+42 |
2009-04-23 | p54spi: compensate firmware alignment bug in p54spi_rx | Max Filippov | 1 | -1/+9 |
2009-04-23 | p54spi: fix p54spi_tx_frame DMA transfer initiation and skb cleanup | Max Filippov | 1 | -28/+28 |
2009-04-23 | p54spi: fix p54spi_upload_firmware | Max Filippov | 1 | -15/+19 |
2009-04-23 | p54spi: mask value read from SPI_ADRS_DMA_WRITE_CTRL in p54spi_wait_bit | Max Filippov | 1 | -1/+1 |
2009-04-21 | p54: deactivate broken powersave function | Christian Lamparter | 1 | -2/+0 |
2009-04-16 | p54usb: add Telsey 802.11g USB2.0 Adapter | Christian Lamparter | 1 | -0/+1 |
2009-04-16 | p54spi: fix locking warning in p54spi_op_tx | Christian Lamparter | 1 | -12/+13 |
2009-04-16 | p54: replace MAC80211_LEDS with P54_LEDS in p54.h | Christian Lamparter | 1 | -6/+6 |
2009-04-14 | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) | Yang Hongyang | 1 | -2/+2 |
2009-03-28 | p54: Kconfig maintenance | Christian Lamparter | 1 | -28/+4 |
2009-03-28 | p54: fix SoftLED compile dependencies | Christian Lamparter | 2 | -8/+13 |
2009-03-28 | wireless/p54: P54_SPI should depend on GENERIC_HARDIRQS | Geert Uytterhoeven | 1 | -1/+1 |
2009-03-17 | p54: completely ignore rx'd frames with bad FCS | Christian Lamparter | 1 | -7/+2 |
2009-03-17 | p54: enable power save support | Christian Lamparter | 1 | -0/+2 |
2009-03-17 | p54: initial SoftLED support | Christian Lamparter | 3 | -13/+143 |
2009-03-17 | p54: fix iwconfig txpower off | Christian Lamparter | 1 | -2/+2 |
2009-03-17 | p54pci: convert printk(KERN_* to dev_* | Christian Lamparter | 1 | -19/+10 |
2009-03-17 | p54: unify ieee80211 device registration | Christian Lamparter | 5 | -16/+22 |
2009-03-17 | p54usb: stop USB core interference in exit path | Christian Lamparter | 1 | -0/+1 |
2009-03-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+6 |
2009-03-06 | p54: fix race condition in memory management | Christian Lamparter | 1 | -3/+6 |
2009-02-27 | p54: misplaced parentheses | Roel Kluin | 1 | -2/+2 |
2009-01-30 | wireless: restrict to 32 legacy rates | Johannes Berg | 1 | -1/+1 |
2009-01-30 | p54spi: remove arch specific dependencies | Christian Lamparter | 2 | -19/+28 |
2009-01-30 | p54usb: fix conflict with recent usb changes | Christian Lamparter | 1 | -6/+8 |
2009-01-30 | p54spi: p54spi driver | Christian Lamparter | 6 | -1/+908 |
2009-01-30 | p54spi: stlc45xx eeprom blob | Christian Lamparter | 1 | -0/+678 |
2009-01-30 | p54: longbow frontend support | Christian Lamparter | 2 | -53/+160 |
2009-01-30 | p54: prepare the eeprom parser routines for longbow | Christian Lamparter | 3 | -51/+169 |
2009-01-30 | p54: upgrade memrecord to p54_tx_info | Christian Lamparter | 3 | -17/+21 |
2009-01-30 | p54: refactor p54_alloc_skb | Christian Lamparter | 2 | -41/+35 |
2009-01-29 | p54: return NETDEV_TX_OK in p54_tx and fix sparse warnings | Christian Lamparter | 1 | -3/+3 |
2009-01-29 | p54: power save management | Christian Lamparter | 2 | -0/+43 |
2009-01-29 | p54: implement FIF_OTHER_BSS filter setting | Christian Lamparter | 1 | -2/+4 |
2009-01-29 | p54: enable rx/tx antenna diversity by eeprom bits | Christian Lamparter | 3 | -4/+10 |
2009-01-29 | mac80211: clean up set_key callback | Johannes Berg | 1 | -3/+3 |