summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-08b43: LCN-PHY add place for new PHY supportRafał Miłecki7-0/+125
2011-07-08b43: read radio ID on new coresRafał Miłecki1-1/+13
2011-07-08b43: use radio ID reading code to older cores onlyRafał Miłecki1-15/+23
2011-07-08b43: select BLOCKIO for BCMARafał Miłecki1-0/+6
2011-07-08b43: change selecting ucode for newer coresRafał Miłecki1-9/+17
2011-07-08b43: bus: add helpers for getting/setting wldev from/in bus coreRafał Miłecki3-3/+35
2011-07-08b43: handle BCMA in bus switchesRafał Miłecki2-0/+90
2011-07-08b43: use switches for SSB specific codeRafał Miłecki5-57/+139
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg3-6/+3
2011-07-08b43: implement BCMA bus opsRafał Miłecki3-0/+110
2011-07-08b43: make b43_wireless_init bus genericRafał Miłecki1-4/+4
2011-07-08Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville17-144/+414
2011-07-08wl12xx: start/stop queues according to global per-AC countersArik Nemtsov6-24/+51
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde9-0/+22
2011-07-07rt2x00: Properly identify rt2800usb devices.Gertjan van Wingerde1-2/+2
2011-07-07rt2x00: Add device ID for RT539F device.Gertjan van Wingerde1-0/+1
2011-07-07rt2x00: Reduce window of a queue's tx lock.Gertjan van Wingerde1-25/+26
2011-07-07rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde3-28/+33
2011-07-07rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2-5/+18
2011-07-07bcma: detect PCI core working in hostmodeRafał Miłecki5-1/+62
2011-07-06mwifiex: modify SDIO aggregation Tx/Rx buffer sizeAmitkumar Karwar1-2/+2
2011-07-06ipw2100: Fix command list for debuggingJean Delvare1-1/+1
2011-07-06iwlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-07-06Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville24-244/+1176
2011-07-05ssb: use pci_dev->subsystem_{vendor,device}Sergei Shtylyov1-4/+2
2011-07-05ssb: use pci_dev->revisionSergei Shtylyov1-2/+1
2011-07-05b43: Add RX side DMA memory barrierMichael Büsch1-0/+1
2011-07-05NFC: pn533: add NXP pn533 nfc device driverAloisio Almeida Jr3-0/+1643
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio4-15/+6
2011-07-05ssb: PCI revision ID register is 8-bit wideSergei Shtylyov1-1/+1
2011-07-05rtlwifi: rtl8192de: Fix error exit from hw_initLarry Finger1-1/+6
2011-07-05rtlwifi: rtl8192de: Replace loops calling udelay with single mdelayLarry Finger1-13/+7
2011-07-05carl9170: use carl9170 queue enumsChristian Lamparter1-5/+5
2011-07-05rtlwifi: rtl8192de: Remove comparison of boolean with trueLarry Finger4-17/+17
2011-07-05rtlwifi: rtl8192{ce,cu,se} Remove irq_enabledMike McCormack5-19/+0
2011-07-05rtlwifi: rtl8192de: Remove irq_enabled booleanLarry Finger1-2/+0
2011-07-05drivers/net/wireless/rtlwifi/rtl8192de/phy.c: fix udelay() usageAndrew Morton1-5/+5
2011-07-05carl9170: allow PSM if the 5 GHz band is selectedChristian Lamparter3-8/+1
2011-07-05carl9170: enable IEEE80211_HW_NEED_DTIM_PERIODChristian Lamparter1-0/+1
2011-07-05carl9170: import 1.9.4 firmware headersChristian Lamparter6-22/+63
2011-07-05wl12xx: always initialize AP-mode max power levelArik Nemtsov3-1/+9
2011-07-05wl12xx: initialize max_power levels for 11a channelsArik Nemtsov1-34/+34
2011-07-05wl12xx: implement cancel_hw_scan() callbackEliad Peller1-1/+39
2011-07-05wl12xx: add stop_scan commandEliad Peller2-0/+28
2011-07-05wl12xx: configure suspend/resume only if associated/startedEliad Peller1-2/+8
2011-07-05wl12xx: one SDIO initialization is enoughOhad Ben-Cohen1-6/+6
2011-07-05wl12xx: implement Tx watermarks per ACArik Nemtsov4-13/+37
2011-07-05wl12xx: Increase low & high TX watermarksIdo Yariv1-2/+2
2011-07-05wl12xx: schedule TX packets according to FW occupancyArik Nemtsov4-33/+72
2011-07-05wl12xx: use 802.11 header location after relocation to frame startArik Nemtsov1-2/+2