summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-10-30at86rf230: add support for promiscuous modeAlexander Aring1-1/+29
2014-10-30mac802154: add hardware address filter flagAlexander Aring3-3/+6
2014-10-30mac802154: add IEEE802154_HW_ARET hw flagAlexander Aring1-1/+1
2014-10-29iwlwifi: mvm: unref SCAN ref on scan completionEliad Peller1-1/+6
2014-10-29iwlwifi: mvm: rs: add Tx STBC supportEyal Shapira2-9/+68
2014-10-29iwlwifi: mvm: fix scan condition iteratorDavid Spinadel1-1/+2
2014-10-29iwlwifi: mvm: port to devcoredump frameworkJohannes Berg7-112/+55
2014-10-29iwlwifi: enable STBC support for 8000 chipsEyal Shapira1-0/+1
2014-10-29iwlwifi: dvm: Fix probable mask then right shift defectJoe Perches1-2/+2
2014-10-29iwlwifi: mvm: remove unnecessary includes in tt.cLuciano Coelho1-4/+0
2014-10-29iwlwifi: mvm: flush queues without mutex heldJohannes Berg1-6/+12
2014-10-29iwlwifi: mvm: improve MCS rate warningJohannes Berg1-2/+4
2014-10-29iwlwifi: mvm: BT Coex - make the multiprio lut a constantEmmanuel Grumbach3-14/+6
2014-10-29iwlwifi: mvm: remove mvm argument from get_queues_maskArik Nemtsov4-7/+5
2014-10-29iwlwifi: mvm: add MVM_FW_BCAST_FILTER_PASS_ALL optionMax Stepanov2-1/+5
2014-10-29iwlwifi: mvm: BT Coex - move BT_ANTENNA_COUPLING_THRESHOLD to constantsEmmanuel Grumbach3-6/+4
2014-10-29iwlwifi: always run the secured flow for family 8000Eran Harary4-10/+14
2014-10-29iwlwifi: pcie: fix recovery from ARC reset in WoWLANEmmanuel Grumbach1-9/+8
2014-10-29iwlwifi: pcie: warn if extern fw_debug buffer failedEmmanuel Grumbach1-1/+1
2014-10-29iwlwifi: allow to restrict Tx aggregation size per-deviceGregory Greenman2-0/+5
2014-10-29iwlwifi: mvm: change the iwl_mvm_d3_iface_iterator into a generic functionLuciano Coelho3-43/+43
2014-10-29iwlwifi: mvm: add debugfs entry to configure netdetect SSIDsLuciano Coelho4-0/+142
2014-10-29iwlwifi: mvm: spin off a function to start scan offloadLuciano Coelho3-18/+31
2014-10-29iwlwifi: mvm: move the check if associated outside of the iterator for wowlanLuciano Coelho1-23/+25
2014-10-29iwlwifi: mvm: split wowlan handling out of the main suspend functionLuciano Coelho1-115/+151
2014-10-29iwlwifi: mvm: hold the rtnl when resuming from a d3 testLuciano Coelho1-0/+2
2014-10-29iwlwifi: mvm: remove unneeded NULL pointer checkEmmanuel Grumbach1-1/+1
2014-10-29iwlwifi: rs: option to easily disable Tx MIMOEyal Shapira2-0/+4
2014-10-29mac802154: remove might_sleep from driver layerAlexander Aring3-8/+0
2014-10-29mac802154: ops: declare channel and page as u8Alexander Aring4-8/+7
2014-10-29mac802154: declare struct ieee802154_ops as constAlexander Aring4-4/+4
2014-10-27ath9k: use a random MAC address if the EEPROM address is invalidFelix Fietkau1-2/+11
2014-10-27ath9k: allow disabling bands via platform dataFelix Fietkau3-8/+20
2014-10-27ath9k: add support for endian swap of eeprom from platform dataFelix Fietkau3-21/+13
2014-10-27ath9k_hw: start initial NF calibration after PA calibration on <AR9003Felix Fietkau2-2/+6
2014-10-27ath9k_hw: do not run NF and periodic calibration at the same timeFelix Fietkau1-15/+14
2014-10-27ath9k: restart hardware after noise floor calibration failureFelix Fietkau9-24/+33
2014-10-27ath9k: clean up debugfs print of reset causesFelix Fietkau1-27/+21
2014-10-27ath9k: fix processing RXORN interruptsFelix Fietkau1-4/+3
2014-10-27ath9k_hw: remove support for UB124 tx gain tableFelix Fietkau1-3/+0
2014-10-27ath9k_hw: make support for PC-OEM cards optionalFelix Fietkau7-19/+84
2014-10-27ath9k: Update AR955x initvalsSujith Manoharan1-4/+4
2014-10-27ath9k: Update AR9580 initvalsSujith Manoharan1-1/+143
2014-10-27ath9k: Do not start BA when scanningSujith Manoharan1-0/+7
2014-10-27ath9k: Improve flush() in mcc modeSujith Manoharan3-6/+28
2014-10-27ath9k: Fix HW scan abortSujith Manoharan2-17/+13
2014-10-27ath9k: Send oneshot NoASujith Manoharan2-0/+42
2014-10-27ath9k: Fix RoC expirationSujith Manoharan1-1/+2
2014-10-27ath9k: Use a helper function for bmissSujith Manoharan1-19/+26
2014-10-27ath9k: Use a helper function to set NoASujith Manoharan1-25/+36