summaryrefslogtreecommitdiffstats
path: root/firmware/e100/d102e_ucode.bin.ihex (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-07iwlwifi: move ucode_owner to privJohannes Berg8-13/+14
2012-03-07iwlwifi: abstract out notification wait supportJohannes Berg10-160/+314
2012-03-07iwlwifi: fix notification wait bugJohannes Berg1-3/+3
2012-03-07iwlwifi: constify remaining config dataJohannes Berg5-16/+19
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg6-9/+13
2012-03-07iwlwifi: use watchdog timeout from hw_paramsJohannes Berg2-3/+3
2012-03-07iwlwifi: keep plcp_delta_threshold in privJohannes Berg4-4/+9
2012-03-07iwlwifi: remove max_txq_num from hw_paramsJohannes Berg1-1/+1
2012-03-07iwlwifi: remove num_of_queues module parameterJohannes Berg6-29/+0
2012-03-07iwlwifi: clean up iwl-core.h inclusionsJohannes Berg2-3/+1
2012-03-07iwlwifi: virtualize command queue full behaviourJohannes Berg5-8/+21
2012-03-07iwlwifi: make tracing use device as identifierJohannes Berg6-86/+90
2012-03-07iwlwifi: move status check functions out of sharedJohannes Berg4-58/+65
2012-03-07iwlwifi: remove shadow_reg_enable from hw_paramsJohannes Berg6-8/+5
2012-03-07iwlwifi: remove AMT check from transportJohannes Berg1-2/+2
2012-03-07iwlwifi: rename ucode.h to fw-file.hJohannes Berg2-4/+4
2012-03-07iwlwifi: move rfkill status handling out of transportJohannes Berg3-46/+22
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg14-124/+122
2012-03-07iwlwifi: move lockdep assertion into DVMJohannes Berg2-3/+16
2012-03-07iwlwifi: move RF/CT kill check to command wrapperJohannes Berg2-15/+10
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg17-128/+70
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg12-223/+148
2012-03-07iwlwifi: split out firmware storeJohannes Berg19-163/+236
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg13-160/+150
2012-03-07mac80211: Fix potential null pointer dereferencingAshok Nagarajan1-6/+7
2012-03-07ath9k: fix signal strength reporting issuesFelix Fietkau1-5/+7
2012-03-07ath9k: get rid of double queueing of rx frames on EDMAFelix Fietkau3-36/+28
2012-03-07ath9k: remove rssi/antenna information from recv debug statsFelix Fietkau2-38/+0
2012-03-07ath9k: make MAC sample statistics optionalFelix Fietkau4-6/+36
2012-03-07ath9k_hw: use cold instead of warm reset on AR9280Felix Fietkau1-4/+10
2012-03-07mac80211: Filter duplicate IE idsPaul Stewart4-22/+141
2012-03-06NFC: NCI code identation fixesSamuel Ortiz5-127/+116
2012-03-06NFC: Core code identation fixesSamuel Ortiz6-74/+66
2012-03-06NFC: LLCP code identation fixesSamuel Ortiz4-93/+100
2012-03-06NFC: Fix LLCP sockets releasing pathSamuel Ortiz2-12/+26
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz6-42/+24
2012-03-06NFC: SN is not an invalid GT valueSamuel Ortiz1-0/+2
2012-03-06NFC: Unlink LLCP child sockets from llcp_sock_releaseSamuel Ortiz1-13/+3
2012-03-06NFC: Export NFCID when detecting a p2p target with pn533Samuel Ortiz1-0/+2
2012-03-06NFC: Export Jewel/Topaz ID from pn533Samuel Ortiz1-0/+2
2012-03-06NFC: Export sensf from pn533Samuel Ortiz1-0/+3
2012-03-06NFC: Fragment LLCP I framesSamuel Ortiz1-14/+43
2012-03-06NFC: Set MIU and RW values from CONNECT and CC LLCP framesSamuel Ortiz2-3/+49
2012-03-06NFC: Send LLCP RR frames to acknowledge received I framesSamuel Ortiz3-3/+33
2012-03-06NFC: Set the right LLCP N(R) value for I framesSamuel Ortiz1-1/+1
2012-03-06NFC: Clear LLCP SDPs whan MAC goes downSamuel Ortiz1-0/+13
2012-03-06NFC: Clear pn533 target structureSamuel Ortiz1-0/+2
2012-03-06NFC: Fix bitops usage in LLCPSamuel Ortiz1-10/+10
2012-03-06NFC: LLCP socket sendmsg implemetationSamuel Ortiz3-1/+62
2012-03-06NFC: Handle Receiver Not Ready LLCP frameSamuel Ortiz1-5/+11