mac80211: fix smatch lock errors in mesh
[cascardo/linux.git] / drivers /
2012-03-07 Johannes Bergiwlwifi: make iwl_fill_probe_req static
2012-03-07 Johannes Bergiwlwifi: clean up iwl-commands.h
2012-03-07 Johannes Bergiwlwifi: don't include iwl-prph.h everywhere
2012-03-07 Johannes Bergiwlwifi: remove PA type configuration
2012-03-07 Johannes Bergiwlwifi: remove priv from shared
2012-03-07 Johannes Bergiwlwifi: virtualize nic_config
2012-03-07 Johannes Bergiwlwifi: move packet to transport
2012-03-07 Johannes Bergiwlwifi: move irq to PCIe
2012-03-07 Johannes Bergiwlwifi: move all uCode load variables
2012-03-07 Johannes Bergiwlwifi: move ucode_owner to priv
2012-03-07 Johannes Bergiwlwifi: abstract out notification wait support
2012-03-07 Johannes Bergiwlwifi: fix notification wait bug
2012-03-07 Johannes Bergiwlwifi: constify remaining config data
2012-03-07 Johannes Bergiwlwifi: put use_rts_for_aggregation into hw_params
2012-03-07 Johannes Bergiwlwifi: use watchdog timeout from hw_params
2012-03-07 Johannes Bergiwlwifi: keep plcp_delta_threshold in priv
2012-03-07 Johannes Bergiwlwifi: remove max_txq_num from hw_params
2012-03-07 Johannes Bergiwlwifi: remove num_of_queues module parameter
2012-03-07 Johannes Bergiwlwifi: clean up iwl-core.h inclusions
2012-03-07 Johannes Bergiwlwifi: virtualize command queue full behaviour
2012-03-07 Johannes Bergiwlwifi: make tracing use device as identifier
2012-03-07 Johannes Bergiwlwifi: move status check functions out of shared
2012-03-07 Johannes Bergiwlwifi: remove shadow_reg_enable from hw_params
2012-03-07 Johannes Bergiwlwifi: remove AMT check from transport
2012-03-07 Johannes Bergiwlwifi: rename ucode.h to fw-file.h
2012-03-07 Johannes Bergiwlwifi: move rfkill status handling out of transport
2012-03-07 Johannes Bergiwlwifi: move mutex out of shared
2012-03-07 Johannes Bergiwlwifi: move lockdep assertion into DVM
2012-03-07 Johannes Bergiwlwifi: move RF/CT kill check to command wrapper
2012-03-07 Johannes Bergiwlwifi: add wrappers for command sending
2012-03-07 Johannes Bergiwlwifi: remove iwl-wifi.h
2012-03-07 Johannes Bergiwlwifi: split out firmware store
2012-03-07 Johannes Bergiwlwifi: move ucode loading to op_mode
2012-03-07 Felix Fietkauath9k: fix signal strength reporting issues
2012-03-07 Felix Fietkauath9k: get rid of double queueing of rx frames on EDMA
2012-03-07 Felix Fietkauath9k: remove rssi/antenna information from recv debug...
2012-03-07 Felix Fietkauath9k: make MAC sample statistics optional
2012-03-07 Felix Fietkauath9k_hw: use cold instead of warm reset on AR9280
2012-03-06 Samuel OrtizNFC: Remove the rf mode parameter from the DEP link...
2012-03-06 Samuel OrtizNFC: Export NFCID when detecting a p2p target with...
2012-03-06 Samuel OrtizNFC: Export Jewel/Topaz ID from pn533
2012-03-06 Samuel OrtizNFC: Export sensf from pn533
2012-03-06 Samuel OrtizNFC: Clear pn533 target structure
2012-03-06 Samuel OrtizNFC: Export NFCID1 from pn533
2012-03-06 Arend van Sprielbcma: add support for on-chip OTP memory used for SPROM...
2012-03-06 Arend van Sprielbcma: return error in bcma_sprom_get() when fallback...
2012-03-06 Felix Fietkauath5k: do not re-run AGC calibration periodically
2012-03-06 Felix Fietkauath5k: do not stop queues for full calibration
2012-03-06 Javier Cardonamac80211: Modify tsf via debugfs in mesh interfaces
2012-03-06 Javier Cardonamac80211_hwsim: Add tsf to beacons, probe responses...
2012-03-06 Johannes Bergiwlwifi: move firmware completion wait
2012-03-06 Johannes Bergiwlwifi: move firmware request into drv
2012-03-06 Johannes Bergiwlwifi: move iwl_base_params to shared header
2012-03-06 Johannes Bergiwlwifi: move uCode deallocation to drv
2012-03-06 Johannes Bergiwlwifi: fix station HT parameters
2012-03-06 Johannes Bergiwlwifi: move traffic log definitions
2012-03-06 Johannes Bergiwlwifi: move IWL_MASK into file using it
2012-03-06 Johannes Bergiwlwifi: move tid_to_ac to PCI-E
2012-03-06 Johannes Bergiwlwifi: iwl_rx_cmd_buffer belongs to transport API
2012-03-06 Johannes Bergiwlwifi: move queue functions to PCI-E
2012-03-06 Johannes Bergiwlwifi: transport's tx_agg_alloc must not sleep
2012-03-06 Johannes Bergiwlwifi: refactor PCI-E RX path
2012-03-06 Johannes Bergiwlwifi: don't pass iwl_rx_mem_buffer to upper layers
2012-03-06 Johannes Bergiwlwifi: pass response packet directly
2012-03-06 Johannes Bergiwlwifi: use ieee80211_tx_status
2012-03-06 Johannes Bergiwlwifi: move wowlan bool into priv
2012-03-06 Johannes Bergiwlwifi: clean up (wowlan) suspend flow
2012-03-06 Johannes Bergiwlwifi: reduce IDI code ifdef
2012-03-06 Johannes Bergiwlwifi: make config const
2012-03-06 Johannes Bergiwlwifi: use valid TX/RX antenna from hw_params
2012-03-06 Johannes Bergiwlwifi: remove SKU from config
2012-03-06 Johannes Bergiwlwifi: remove per-device debug level
2012-03-06 Johannes Bergiwlwifi: simplify auth/assoc flow
2012-03-06 Johannes Bergiwlwifi: make EXIT_PENDING depend on mac80211
2012-03-06 Johannes Bergiwlwifi: remove shared lock
2012-03-06 Johannes Bergiwlwifi: introduce statistics lock
2012-03-06 Johannes Bergiwlwifi: make sta lock private & BH lock
2012-03-06 Johannes Bergiwlwifi: introduce per-queue locks
2012-03-06 Johannes Bergiwlwifi: build some station commands directly
2012-03-06 Johannes Bergiwlwifi: simplify code in iwlagn_key_sta_id
2012-03-06 Johannes Bergiwlwifi: reduce sta_lock hold time in TX
2012-03-06 Johannes Bergiwlwifi: remove an unused argument
2012-03-06 Johannes Bergiwlwifi: move iwl_clear_driver_stations to user
2012-03-06 Dan Carpenterairo: fix test for FLAG_RADIO_DOWN
2012-03-06 Johannes Bergiwlwifi: always monitor for stuck queues
2012-03-06 Christian Lamparterp54pci: use new driver.pm interface for suspend/resume
2012-03-06 Christian Lamparterp54: pass interface setup errors back to mac80211
2012-03-06 Jingjun Wurtlwifi: rtl8192ce: Fix loss of receive performance
2012-03-06 Chun-Yeow Yeohath5k: allow AP and mesh mode to operate simultaneously
2012-03-06 Johannes Bergcfg80211/mac80211: report signal strength for mgmt...
2012-03-05 Arend van Sprielbrcm80211: smac: cleanup couple of debug output statements
2012-03-05 Arend van Sprielbrcm80211: smac: remove firmware requests from init_mod...
2012-03-05 Arend van Sprielbrcm80211: fmac: remove firmware requests from init_mod...
2012-03-05 Arend van Sprielbrcm80211: fmac: initialize host interface drivers...
2012-03-05 Arend van Sprielbrcm80211: fmac: use counters in brcmf_bus structure
2012-03-05 Arend van Sprielbrcm80211: fmac: remove brcmf_usb_attrib structure
2012-03-05 Arend van Sprielbrcm80211: fmac: remove unnecessary NULL pointer check
2012-03-05 Larry Fingerrtlwifi: rtl8192c: Prevent sleeping from invalid contex...
2012-03-05 Larry Fingerrtlwifi: Remove extraneous value return
2012-03-05 Larry Fingerrtlwifi: Detect misread of end-point count
next