summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-01-04rt2x00: Mark active channel's survey data as "in use"Helmut Schaa1-0/+3
2012-01-04b43legacy: Avoid packet losses in the dma worker codeLarry Finger4-50/+126
2012-01-04b43: N-PHY: fix typo in TX power fixRafał Miłecki1-1/+1
2012-01-04b43: N-PHY: fix controling RF overrideRafał Miłecki1-2/+2
2012-01-04b43: N-PHY: update gain ctl workaroundsRafał Miłecki2-18/+92
2012-01-04b43: add lacking boardflags definesRafał Miłecki1-0/+11
2012-01-04ath9k: make ath_mci_duty_cycle staticLuis R. Rodriguez1-1/+1
2012-01-04drivers/iwlwifi: use dma_zalloc_coherent() for DMA allocationDjalal Harouni1-6/+4
2012-01-04b43: N-PHY: get idle TSSI valuesRafał Miłecki2-1/+130
2012-01-04b43: N-PHY: fix success condition of running samplesRafał Miłecki1-1/+1
2012-01-04b43: N-PHY: move common TX/RX functionsRafał Miłecki1-107/+111
2012-01-04ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get()Luis R. Rodriguez1-2/+2
2012-01-04ath5k: avoid sparse warnings on tracingLuis R. Rodriguez1-2/+3
2012-01-04ath9k: fix tx queue sparse complaintLuis R. Rodriguez1-0/+3
2012-01-04ath9k_hw: fix sparse warnings on ar9003_rtt.cLuis R. Rodriguez1-0/+1
2012-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-7/+3
2011-12-22Bluetooth: Add support for BCM20702A0 [0a5c:21e3]Jesse Sung1-0/+1
2011-12-21mwifiex: fix issues in band configuration codeAmitkumar Karwar2-30/+20
2011-12-21mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar7-39/+35
2011-12-21mwifiex: remove redundant band config codeAmitkumar Karwar4-95/+24
2011-12-21atheros: force endian checks on atheros wireless driversLuis R. Rodriguez1-0/+1
2011-12-21mwl8k: Call ieee80211_stop_tx_ba_cb_irqsafe for already deleted BA streamYogesh Ashok Powar1-7/+7
2011-12-21ath9k: fix roadkill due to Joe's patch on ath_dbg() changesLuis R. Rodriguez1-4/+4
2011-12-21iwlagn: fix (remove) use of PAGE_SIZEJohannes Berg2-44/+31
2011-12-21rt2800: Add support for the Fujitsu Stylistic Q550Alan Cox1-0/+2
2011-12-21libertas: clean up scan thread handlingAndres Salomon1-4/+6
2011-12-21ath9k: classify DFS debug header furtherLuis R. Rodriguez1-3/+3
2011-12-21Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville7-64/+96
2011-12-21Bluetooth: btusb: fix bInterval for high/super speed isochronous endpointsBing Zhao1-7/+2
2011-12-20wl12xx: mark no sched scan only after FW eventEyal Shapira2-2/+1
2011-12-20wl12xx: fix sched scan of DFS channelsEyal Shapira1-7/+8
2011-12-20wl12xx: add missing copyright noticeLuciano Coelho1-0/+21
2011-12-20wl12xx: check the actual vif operstate in wl1271_dev_notifyEliad Peller1-1/+11
2011-12-20wl12xx: stop device role on remove_interfaceEliad Peller1-1/+5
2011-12-20wl12xx: fix checking of started dev roleEliad Peller1-23/+18
2011-12-20wl12xx: flush packets before stopping dev roleEliad Peller1-0/+3
2011-12-20wl12xx: make WL1271_FLAG_IDLE flag per-vifEliad Peller4-6/+16
2011-12-20wl12xx: remove redundant code from wl1271_op_conf_txEliad Peller1-24/+1
2011-12-20wl12xx: implement change_interfaceEliad Peller1-0/+12
2011-12-19iwlwifi: Execute runtime calibration alwaysVenkataraman, Meenakshi2-5/+4
2011-12-19iwlwifi: use bus_get_hw_id for IWL_TM_CMD_APP2DEV_GET_DEVICE_IDWey-Yi Guy1-10/+3
2011-12-19iwlwifi: set hw_version in wiphyWey-Yi Guy1-0/+2
2011-12-19iwlwifi: deliver hw version in both string and u32 formatWey-Yi Guy4-7/+23
2011-12-19iwlagn: finer-grained HT disableJohannes Berg3-5/+15
2011-12-19iwlagn: add IRQ tracingJohannes Berg2-11/+50
2011-12-19ath9k: fix tx locking issuesFelix Fietkau2-32/+65
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau13-17/+145
2011-12-19b43: N-PHY: reorder functions: random cleanupsRafał Miłecki1-107/+116
2011-12-19b43: N-PHY: reorder functions: move rest of workaroundsRafał Miłecki1-226/+226
2011-12-19b43: N-PHY: reorder functions: move RSSI calibrationRafał Miłecki1-300/+300