summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-1213-43/+41Star
|\
| * rtl8192cu: Fix unbalanced irq enable in error path of rtl92cu_hw_init()Ben Hutchings2014-04-301-1/+1
| * rtlwifi: rtl8192se: Fix regression due to commit 1bf4bbbLarry Finger2014-04-301-0/+6
| * ath9k: remove tid->paused flagFelix Fietkau2014-04-303-17/+3Star
| * ath9k_hw: do not lower ANI setting below default on AR913xFelix Fietkau2014-04-301-0/+6
| * brcmfmac: Fix brcmf_chip_ai_coredisable not applying reset bits to BCMA_IOCTLHans de Goede2014-04-251-2/+3
| * ath9k: fix race in setting ATH_OP_INVALIDRajkumar Manoharan2014-04-253-9/+3Star
| * ath9k: add a recv budgetTim Harvey2014-04-221-0/+4
| * ath9k: fix possible hang on flushTim Harvey2014-04-221-3/+2Star
| * rtlwifi: rtl8188ee: initialize packet_beaconColin Ian King2014-04-221-1/+1
| * rt2x00: fix beaconing on USBStanislaw Gruszka2014-04-221-10/+12
* | rsi: Changing opcode for sta mode according to changes in firmwareJahnavi Meher2014-04-302-2/+3
* | ath9k_hw: fix worse EVM for 11b ratesRajkumar Manoharan2014-04-302-6/+6
* | ath9k_hw: update ar9300 initvalsRajkumar Manoharan2014-04-305-5/+5
* | b43: N-PHY: complete radio 0x2056 setupRafał Miłecki2014-04-301-5/+27
* | ath5k: Fix AR5K_PHY_TXPOWER_RATE_MAX register value setting.Nickolay Ledovskikh2014-04-301-2/+2
* | iwlegacy: Convert /n to \nJoe Perches2014-04-302-2/+2
* | wlcore: fix usage of platform_device_add_data()Christian Engelmayer2014-04-302-31/+20Star
* | rtlwifi: rtl8723be: disable MSI interrupts modeAdam Lee2014-04-301-1/+1
* | Revert "rtlwifi: rtl8188ee: enable MSI interrupts mode"Adam Lee2014-04-301-1/+0Star
* | b43: don't pre-set radio_on variable to trueRafał Miłecki2014-04-301-1/+0Star
* | b43: use b43_software_rfkill helperRafał Miłecki2014-04-301-3/+3
* | b43: bcma: respect GMODE (band choice) during core resetRafał Miłecki2014-04-301-1/+6
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-3016-16/+35
|\ \
| * | mac80211_hwsim: Advertise support for AP mode channel width changesJouni Malinen2014-04-281-0/+1
| * | mac80211: add vif to flush callEmmanuel Grumbach2014-04-0916-16/+34
* | | Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville2014-04-255-261/+0Star
* | | b43: remove list of IEEE 802.11 devicesRafał Miłecki2014-04-222-37/+19Star
* | | b43: ssb: refuse to support more than IEEE 802.11 coreRafał Miłecki2014-04-221-17/+20
* | | b43: N-PHY: enable forgotten write of hw power adjust tableRafał Miłecki2014-04-221-2/+14
* | | b43: N-PHY: fix selection of init & calib valuesRafał Miłecki2014-04-221-67/+105
* | | b43: N-PHY: add init & calib values for radio 0x2056 rev 11Rafał Miłecki2014-04-221-0/+246
* | | b43: N-PHY: prepare for rev 7+ RSSI calibrationRafał Miłecki2014-04-221-18/+54
* | | b43: N-PHY: implement RF control INTC for revs 7+Rafał Miłecki2014-04-221-0/+72
* | | b43: N-PHY: implement reading support for radio 0x2057Rafał Miłecki2014-04-221-2/+5
* | | b43: N-PHY: random updates and typo fixes all aroundRafał Miłecki2014-04-221-9/+9
* | | b43: N-PHY: rev3+: complete workaroundsRafał Miłecki2014-04-221-3/+84
* | | b43: N-PHY: drop second noise variance tableRafał Miłecki2014-04-222-72/+3Star
* | | b43: G-PHY: fix random mistakes to match specsRafał Miłecki2014-04-222-4/+4
* | | mwifiex: enable aggregation for TID 6 and 7 streamsAmitkumar Karwar2014-04-221-9/+0Star
* | | mwifiex: increase tx/rx AMPDU window sizes for STA 11ac modeAmitkumar Karwar2014-04-221-2/+2
* | | mwifiex: increase tx/rx AMPDU window sizes for STA 11n modeAmitkumar Karwar2014-04-221-2/+2
* | | mwifiex: add firmware dump feature for PCIeAmitkumar Karwar2014-04-225-0/+261
* | | mwifiex: add fw_dump debugfs fileAmitkumar Karwar2014-04-223-0/+33
* | | rt2x00: restore original beaconing stateStanislaw Gruszka2014-04-223-18/+17Star
* | | mwifiex: don't clear cmd_sent flag in timeout handlerAmitkumar Karwar2014-04-221-2/+0Star
* | | mwifiex: fix IE parsing issuesAmitkumar Karwar2014-04-223-17/+9Star
* | | mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar2014-04-225-14/+0Star
* | | mwifiex: use USB core's soft_unbind optionAmitkumar Karwar2014-04-221-31/+29Star