summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-22mwifiex: fix issues in band configuration codeAmitkumar Karwar2-30/+20
2011-12-22mwifiex: use IEEE80211_HT_PARAM_CHA_SEC_* macrosAmitkumar Karwar7-39/+35
2011-12-22mwifiex: remove redundant band config codeAmitkumar Karwar4-95/+24
2011-12-22atheros: force endian checks on atheros wireless driversLuis R. Rodriguez1-0/+1
2011-12-22mwl8k: Call ieee80211_stop_tx_ba_cb_irqsafe for already deleted BA streamYogesh Ashok Powar1-7/+7
2011-12-22ath9k: fix roadkill due to Joe's patch on ath_dbg() changesLuis R. Rodriguez1-4/+4
2011-12-22iwlagn: fix (remove) use of PAGE_SIZEJohannes Berg2-44/+31
2011-12-22rt2800: Add support for the Fujitsu Stylistic Q550Alan Cox1-0/+2
2011-12-22libertas: clean up scan thread handlingAndres Salomon1-4/+6
2011-12-22ath9k: classify DFS debug header furtherLuis R. Rodriguez1-3/+3
2011-12-22Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville7-64/+96
2011-12-21wl12xx: mark no sched scan only after FW eventEyal Shapira2-2/+1
2011-12-21wl12xx: fix sched scan of DFS channelsEyal Shapira1-7/+8
2011-12-21wl12xx: add missing copyright noticeLuciano Coelho1-0/+21
2011-12-21wl12xx: check the actual vif operstate in wl1271_dev_notifyEliad Peller1-1/+11
2011-12-21wl12xx: stop device role on remove_interfaceEliad Peller1-1/+5
2011-12-21wl12xx: fix checking of started dev roleEliad Peller1-23/+18
2011-12-21wl12xx: flush packets before stopping dev roleEliad Peller1-0/+3
2011-12-21wl12xx: make WL1271_FLAG_IDLE flag per-vifEliad Peller4-6/+16
2011-12-21wl12xx: remove redundant code from wl1271_op_conf_txEliad Peller1-24/+1
2011-12-21wl12xx: implement change_interfaceEliad Peller1-0/+12
2011-12-20iwlwifi: Execute runtime calibration alwaysVenkataraman, Meenakshi2-5/+4
2011-12-20iwlwifi: use bus_get_hw_id for IWL_TM_CMD_APP2DEV_GET_DEVICE_IDWey-Yi Guy1-10/+3
2011-12-20iwlwifi: set hw_version in wiphyWey-Yi Guy1-0/+2
2011-12-20iwlwifi: deliver hw version in both string and u32 formatWey-Yi Guy4-7/+23
2011-12-20iwlagn: finer-grained HT disableJohannes Berg3-5/+15
2011-12-20iwlagn: 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
2011-12-19b43: N-PHY: split gain control workaroundsRafał Miłecki1-264/+267
2011-12-19b43: N-PHY: reorder functions: collect RSSI selectsRafał Miłecki1-221/+225
2011-12-19b43: N-PHY: reorder functions: collect samples onesRafał Miłecki1-131/+135
2011-12-19b43: N-PHY: reorder functions: collect radio onesRafał Miłecki1-190/+198
2011-12-19b43: N-PHY: reorder functions: put basic ones at beginningRafał Miłecki1-333/+332
2011-12-19rtlwifi: Fix locking problem introduces with commit 6539306bLarry Finger3-2/+5
2011-12-19brcm80211: fmac: add Kconfig option for SDIO bus supportFranky Lin2-15/+25
2011-12-19brcm80211: fmac: exclude unnecessary header filesFranky Lin4-6/+0
2011-12-19brcm80211: fmac: move idle macros to dhd_sdio.cFranky Lin2-6/+6
2011-12-19brcm80211: fmac: move debug level macros to dhd_dbg.hFranky Lin2-15/+15
2011-12-19brcm80211: fmac: abstract ctrl frames interface function pointersFranky Lin3-17/+13