summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-2028-169/+200
|\
| * b43: Fix beacon problem in ad-hoc modeManual Munz2011-09-191-1/+2
| * iwlagn: workaround bug crashing some APsDon Fry2011-09-161-0/+5
| * rtl2800usb: Fix incorrect storage of MAC address on big-endian platformsLarry Finger2011-09-161-8/+9
| * rt2800pci: Fix compiler error on PowerPCLarry Finger2011-09-161-13/+17
| * ipw2x00: fix rtnl mutex deadlockStanislaw Gruszka2011-09-162-20/+40
| * iwlagn: fix command queue timeoutJohannes Berg2011-09-131-0/+2
| * iwlagn: fix stack corruptionJohannes Berg2011-09-131-1/+1
| * ath9k: Fix kernel panic on unplugging the deviceMohammed Shafi Shajakhan2011-09-131-0/+6
| * rtlwifi: Fix problem when switching connectionsGeorge2011-09-131-0/+8
| * rtlwifi: rtl8192su: Fix problem connecting to HT-enabled APGeorge2011-09-131-5/+6
| * ath9k_hw: fix calibration on 5 ghzFelix Fietkau2011-08-301-1/+2
| * iwlegacy: fix BUG_ON(info->control.rates[0].idx < 0)Stanislaw Gruszka2011-08-291-5/+8
| * ath9k_hw: Fix init mode register regressionRajkumar Manoharan2011-08-291-1/+1
| * ath9k: Fix PS wrappers in ath9k_set_coverage_classMohammed Shafi Shajakhan2011-08-241-0/+4
| * carl9170: Fix mismatch in carl9170_op_set_key mutex lock-unlockAlexey Khoroshilov2011-08-241-1/+3
| * wl12xx: add max_sched_scan_ssids value to the hw descriptionLuciano Coelho2011-08-231-0/+1
| * wl12xx: Fix validation of pm_runtime_get_sync return valueIdo Yariv2011-08-231-1/+1
| * wl12xx: Remove obsolete testmode NVS push commandIdo Yariv2011-08-231-45/+0Star
| * ath9k_hw: Fix STA (AR9485) bringup issue due to incorrect MAC addressSenthil Balasubramanian2011-08-221-1/+1
| * rt2x00: do not drop usb dev reference counter on suspendStanislaw Gruszka2011-08-221-13/+1Star
| * iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach2011-08-131-22/+17Star
| * Revert "iwlagn: sysfs couldn't find the priv pointer"Emmanuel Grumbach2011-08-131-9/+9
| * drivers/net/wireless/wl12xx: add missing kfreeJulia Lawall2011-08-122-6/+5Star
| * rt2x00: fix crash in rt2800usb_get_txwiStanislaw Gruszka2011-08-111-4/+3Star
| * rt2x00: fix order of entry flags modificationStanislaw Gruszka2011-08-111-10/+7Star
| * rt2x00: fix crash in rt2800usb_write_tx_descStanislaw Gruszka2011-08-111-1/+12
| * drivers/net/wireless/wl1251: add missing kfreeJulia Lawall2011-08-102-6/+2Star
| * ath5k: fix error handling in ath5k_beacon_sendBob Copeland2011-08-091-9/+14
| * rt2x00: Add rt2870 device id for Dvico usb keyAnthony Bourguignon2011-08-091-0/+2
| * ath9k: fix a misprint which leads to incorrect calibrationAlex Hacker2011-08-091-1/+1
| * rt2x00: Add new rt73 buffalo USB idIvo van Doorn2011-08-091-0/+1
| * rtlwifi: rtl892cu: New USB IDsLarry Finger2011-08-091-3/+8
| * ath9k_hw: update PMU to improve ripple issue for AR9485Rajkumar Manoharan2011-08-091-1/+1
| * ath9k_hw: Fix incorrect Tx control power in AR9003 templateRajkumar Manoharan2011-08-091-3/+3
| * b43: read correct register on bcma bus.Hauke Mehrtens2011-08-091-3/+17
* | b43: LCN-PHY: finish sense setupRafał Miłecki2011-09-192-3/+88
* | b43: LCN-PHY: add more init tweaksRafał Miłecki2011-09-191-2/+20
* | b43: LCN-PHY: init TX power controlRafał Miłecki2011-09-192-1/+93
* | b43: LCN-PHY: implement SPUR avoidance modeRafał Miłecki2011-09-191-2/+56
* | b43: LCN-PHY: set TX filtersRafał Miłecki2011-09-191-1/+106
* | b43: LCN-PHY: tweaks for channel switchingRafał Miłecki2011-09-191-4/+63
* | iwlagn: signedness bugWey-Yi Guy2011-09-191-1/+1
* | iwlagn: fix stack corruption for temperature offset v2Wey-Yi Guy2011-09-191-2/+2
* | iwlagn: do not use interruptible waitsJohannes Berg2011-09-195-13/+8Star
* | iwlagn: use iwl_eeprom_calib_hdr structureWey-Yi Guy2011-09-193-10/+12
* | iwlagn: add support for v2 of temperature offset calibrationWey-Yi Guy2011-09-196-6/+62
* | iwlagn: remove drvdata support from bus layerJohannes Berg2011-09-193-22/+11Star
* | iwlagn: move sysfs files to debugfsJohannes Berg2011-09-192-133/+64Star
* | iwlagn: remove unused function declarationsJohannes Berg2011-09-191-5/+0Star