summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-11NFC: trf7970a: Add ISO/IEC 15693 and Type 5 tag SupportMark A. Greer1-4/+148
2014-03-11NFC: trf7970a: Add support for Type 4A TagsMark A. Greer1-1/+3
2014-03-11NFC: trf7970a: Add driver with ISO/IEC 14443 Type 2 Tag SupportMark A. Greer3-0/+1237
2014-02-24NFC: pn533: Convert to use USB_DEVICE macroAxel Lin1-20/+8
2014-02-24NFC: port100: Convert to use USB_DEVICE macroAxel Lin1-4/+1
2014-02-17NFC: port100: Add support for type 4A tag platformThierry Escande1-1/+6
2014-02-17NFC: port100: Fix possible buffer overflowThierry Escande1-0/+13
2014-02-17NFC: pn544: i2c: Support PN544 C3 secure firmware downloadArron Wang1-6/+174
2014-02-17NFC: pn544: Pass hardware variant information when downloading firmwareArron Wang3-3/+16
2014-02-14Staging: rtl8812ae: remove modules field of rate_control_opsStephen Rothwell1-1/+0
2014-02-14wcn36xx: Update dtim period before starting BSSPontus Fuchs1-0/+1
2014-02-14wcn36xx: Track dpu signature per staPontus Fuchs3-4/+6
2014-02-14wcn36xx: Rename wcn36xx_vif.ucast_dpu_signature to self_ucast_dpu_signPontus Fuchs3-3/+3
2014-02-14wcn36xx: Add support for 3680Pontus Fuchs4-10/+36
2014-02-14wcn36xx: Print FW capabilitiesPontus Fuchs3-6/+51
2014-02-14wcn36xx: Cache nv to avoid request_firmware on resume pathPontus Fuchs3-12/+14
2014-02-14wcn36xx: Wait longer for SMD commands to completePontus Fuchs2-2/+7
2014-02-14wcn36xx: Improve feature caps exchangePontus Fuchs3-7/+13
2014-02-14wcn36xx: Fix copy paste error hal_exit_bmps -> hal_keep_alivePontus Fuchs1-2/+2
2014-02-14wlcore: add support for STA CSA with chan contextsArik Nemtsov1-1/+2
2014-02-14wlcore: enable beacon filtering only after receiving a beaconEliad Peller3-3/+16
2014-02-14wlcore: increase timeout to 5000 msecsYaniv Machani1-1/+1
2014-02-14wlcore: decrease warning verbosity during recoveryArik Nemtsov2-4/+5
2014-02-14wlcore: consider multiple APs when checking active_link_countEliad Peller2-10/+10
2014-02-14wlcore: don't handle unsetting of default wep keyEliad Peller1-0/+4
2014-02-14wlcore: wl18xx: allow CCK rates for AP modeArik Nemtsov3-1/+5
2014-02-14wlcore: don't stop sched_scan on interface removalBarak Bercovitz1-3/+1
2014-02-14wlcore: send EAPOL frames with voice priorityIgal Chernobelsky2-0/+5
2014-02-14wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller9-15/+25
2014-02-14wlcore/wl12xx/wl18xx: configure iface_combinations per-hwEliad Peller4-30/+68
2014-02-14wlcore/wl12xx/wl18xx: configure max_stations per-hwEliad Peller7-5/+9
2014-02-14wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller11-30/+51
2014-02-14wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller12-103/+277
2014-02-14wlcore: AP: don't start mac80211 PS on non-peer HLIDsArik Nemtsov1-1/+5
2014-02-14wlcore: block read/writes to FW during ELPBarak Bercovitz1-2/+6
2014-02-14wlcore: cancel Tx watchdog on suspend and rearm on first Tx afterArik Nemtsov3-2/+21
2014-02-14wlcore: memset wl->rx_filter_enabled to zero after recoveryNadim Zubidat3-4/+8
2014-02-14b43: use kernel api to replace b43 specific helper functionZHAO Gang2-41/+6
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-76/+154
2014-02-13mwifiex: add key material v2 supportAvinash Patil6-12/+388
2014-02-13mwifiex: parse API version from FWAvinash Patil4-1/+60
2014-02-13mwifiex: disable all TDLS link during disconnectionAvinash Patil3-0/+40
2014-02-13mwifiex: separate BA params for TDLS link if 11ac is supportedAvinash Patil2-5/+38
2014-02-13mwifiex: add VHT support for TDLSAvinash Patil6-7/+346
2014-02-13mwifiex: pass ieee80211_vht_cap to mwifiex_fill_vht_cap_tlvAvinash Patil1-11/+12
2014-02-13mwifiex: AMPDU support for TDLS linkAvinash Patil5-4/+31
2014-02-13mwifiex: tdls related handling for data packets addressed to TDLS peerAvinash Patil3-6/+48
2014-02-13mwifiex: provision for holding and restoring packets during TDLS setupAvinash Patil4-0/+100
2014-02-13mwifiex: add cfg80211 change_station handler supportAvinash Patil6-1/+137
2014-02-13mwifiex: add cfg80211 add_station handler supportAvinash Patil4-0/+64