aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-21cfg80211: docbook: add interface combinations documentationLuciano Coelho2-4/+10
2014-02-21cfg80211: docbook: fix small formatting errorLuciano Coelho1-1/+1
2014-02-21cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flagJanusz Dziedzic4-43/+58
2014-02-20mac80211: allow driver to return error from sched_scan_stopJohannes Berg5-10/+19
2014-02-20cfg80211: document sched_scan_stop synchronous behaviourJohannes Berg2-3/+9
2014-02-20cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt Undekari7-13/+47
2014-02-13Staging: rtl8812ae: remove modules field of rate_control_opsStephen Rothwell1-1/+0
2014-02-13wcn36xx: Update dtim period before starting BSSPontus Fuchs1-0/+1
2014-02-13wcn36xx: Track dpu signature per staPontus Fuchs3-4/+6
2014-02-13wcn36xx: Rename wcn36xx_vif.ucast_dpu_signature to self_ucast_dpu_signPontus Fuchs3-3/+3
2014-02-13wcn36xx: Add support for 3680Pontus Fuchs4-10/+36
2014-02-13wcn36xx: Print FW capabilitiesPontus Fuchs3-6/+51
2014-02-13wcn36xx: Cache nv to avoid request_firmware on resume pathPontus Fuchs3-12/+14
2014-02-13wcn36xx: Wait longer for SMD commands to completePontus Fuchs2-2/+7
2014-02-13wcn36xx: Improve feature caps exchangePontus Fuchs3-7/+13
2014-02-13wcn36xx: Fix copy paste error hal_exit_bmps -> hal_keep_alivePontus Fuchs1-2/+2
2014-02-13wlcore: add support for STA CSA with chan contextsArik Nemtsov1-1/+2
2014-02-13wlcore: enable beacon filtering only after receiving a beaconEliad Peller3-3/+16
2014-02-13wlcore: increase timeout to 5000 msecsYaniv Machani1-1/+1
2014-02-13wlcore: decrease warning verbosity during recoveryArik Nemtsov2-4/+5
2014-02-13wlcore: consider multiple APs when checking active_link_countEliad Peller2-10/+10
2014-02-13wlcore: don't handle unsetting of default wep keyEliad Peller1-0/+4
2014-02-13wlcore: wl18xx: allow CCK rates for AP modeArik Nemtsov3-1/+5
2014-02-13wlcore: don't stop sched_scan on interface removalBarak Bercovitz1-3/+1
2014-02-13wlcore: send EAPOL frames with voice priorityIgal Chernobelsky2-0/+5
2014-02-13wl18xx: move to new firmware (wl18xx-fw-3.bin)Eliad Peller9-15/+25
2014-02-13wlcore/wl12xx/wl18xx: configure iface_combinations per-hwEliad Peller4-30/+68
2014-02-13wlcore/wl12xx/wl18xx: configure max_stations per-hwEliad Peller7-5/+9
2014-02-13wlcore/wl12xx/wl18xx: configure num_links per-hwEliad Peller11-30/+51
2014-02-13wlcore/wl12xx/wl18xx: simplify fw_status handlingEliad Peller12-103/+277
2014-02-13wlcore: AP: don't start mac80211 PS on non-peer HLIDsArik Nemtsov1-1/+5
2014-02-13wlcore: block read/writes to FW during ELPBarak Bercovitz1-2/+6
2014-02-13wlcore: cancel Tx watchdog on suspend and rearm on first Tx afterArik Nemtsov3-2/+21
2014-02-13wlcore: memset wl->rx_filter_enabled to zero after recoveryNadim Zubidat3-4/+8
2014-02-13b43: use kernel api to replace b43 specific helper functionZHAO Gang2-41/+6
2014-02-13mac80211: remove erroneous comment about RX radiotap headerJohannes Berg1-4/+0
2014-02-12mac80211: add NAPI support backJohannes Berg4-22/+31
2014-02-12mwifiex: add key material v2 supportAvinash Patil6-12/+388
2014-02-12mwifiex: parse API version from FWAvinash Patil4-1/+60
2014-02-12mwifiex: disable all TDLS link during disconnectionAvinash Patil3-0/+40
2014-02-12mwifiex: separate BA params for TDLS link if 11ac is supportedAvinash Patil2-5/+38
2014-02-12mwifiex: add VHT support for TDLSAvinash Patil6-7/+346
2014-02-12mwifiex: pass ieee80211_vht_cap to mwifiex_fill_vht_cap_tlvAvinash Patil1-11/+12
2014-02-12mwifiex: AMPDU support for TDLS linkAvinash Patil5-4/+31
2014-02-12mwifiex: tdls related handling for data packets addressed to TDLS peerAvinash Patil3-6/+48
2014-02-12mwifiex: provision for holding and restoring packets during TDLS setupAvinash Patil4-0/+100
2014-02-12mwifiex: add cfg80211 change_station handler supportAvinash Patil6-1/+137
2014-02-12mwifiex: add cfg80211 add_station handler supportAvinash Patil4-0/+64
2014-02-12mwifiex: add cfg80211 tdls_oper handler supportAvinash Patil8-0/+246
2014-02-12mwifiex: parse TDLS action frames during RXAvinash Patil6-7/+160