summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54
Commit message (Expand)AuthorAgeFilesLines
* p54usb: Add device ID for Dell WLA3310 USBJason Dravet2010-07-051-0/+1
* drivers/net/wireless/p54/txrx.c Fix off by one errorDarren Jenkins2010-05-121-1/+1
* p54pci: fix bugs in p54p_check_tx_ringHans de Goede2010-05-121-1/+1
* p54usb: Add usbid for Corega CG-WLUSB2GT.Shimada Hirofumi2010-05-121-0/+1
* p54pci: handle dma mapping errorsChristian Lamparter2010-03-151-2/+16
* p54usb: Add the USB ID for Belkin (Accton) FD7050E ver 1010ecJean-François Moine2010-03-151-0/+1
* p54pci: rx frame length checkChristian Lamparter2010-01-181-0/+8
* cfg80211: convert bools into flagsJohannes Berg2009-11-191-1/+1
* drivers/net/wireless/p54: remove exceptional & on function nameJulia Lawall2009-11-181-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-171-3/+7
|\
| * p54usb: Remove DMA buffer from stackLarry Finger2009-11-131-3/+7
* | p54: disable channels with incomplete calibration data setsChristian Lamparter2009-11-021-12/+19
* | wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville2009-10-301-1/+1
|/
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* p54usb: add Zcomax XG-705A usbidChristian Lamparter2009-09-161-0/+1
* p54: fix broadcast buffering in AP modeChristian Lamparter2009-08-281-0/+3
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-1/+1
* p54: disable PS by defaultChristian Lamparter2009-08-201-0/+6
* p54: implement rfkillChristian Lamparter2009-08-143-2/+14
* p54: Write outside array boundsChristian Lamparter2009-08-141-1/+1
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-044-7/+6
* mac80211: fix PS-poll response, raceJohannes Berg2009-07-271-1/+1
* p54: Eliminate unnecessary initializationLarry Finger2009-07-241-2/+2
* p54: fix a fw crash caused by statistic feedbackChristian Lamparter2009-07-241-0/+16
* p54: fix beaconing related firmware crashChristian Lamparter2009-07-244-20/+38
* p54: remove useless codeChristian Lamparter2009-07-241-15/+1
* p54: generate channel list dynamicallyChristian Lamparter2009-07-243-67/+261
* p54: re-enable power save featureChristian Lamparter2009-07-245-32/+98
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-1/+1
|\
| * p54spi: fix potential null deref in p54spi.cDan Carpenter2009-07-211-1/+1
* | p54: fix queue stall due to underrunChristian Lamparter2009-07-101-3/+4
* | p54usb: fix stalls caused by urb allocation failuresChristian Lamparter2009-07-101-19/+17
* | p54spi: remove dead code and definitionsChristian Lamparter2009-07-101-34/+0
* | p54: two endian fixesChristian Lamparter2009-07-102-7/+7
* | p54: Modify p54 files for new organizationChristian Lamparter2009-07-107-3400/+102
* | p54: Move TX/RX codeChristian Lamparter2009-07-101-0/+825
* | p54: Move mac80211 glue codeChristian Lamparter2009-07-101-0/+607
* | p54: Move LMAC interface definitionsChristian Lamparter2009-07-101-0/+551
* | p54: Move LED codeChristian Lamparter2009-07-101-0/+163
* | p54: Move firmware codeChristian Lamparter2009-07-101-0/+697
* | p54: Move eeprom headerChristian Lamparter2009-07-101-0/+226
* | p54: Move eeprom codeChristian Lamparter2009-07-101-0/+564
* | p54: redo rx_status into skb->cbChristian Lamparter2009-07-101-15/+13
* | mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
|/
* p54: tx refused but queue activeLarry Finger2009-07-081-2/+3
* Revert "p54: Use SKB list handling helpers instead of by-hand code."David S. Miller2009-07-061-19/+27
* wireless/p54: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz2009-06-031-2/+2
* p54: Use SKB list handling helpers instead of by-hand code.David S. Miller2009-05-281-27/+19
* p54spi: drop test for FW_STATE_RESET in p54spi_workMax Filippov2009-05-201-2/+1
* p54spi: use firmware/DMA bug workaround that work under hight load in p54spi_rxMax Filippov2009-05-201-8/+20