summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-0632-273/+836
|\
| * iwlwifi: fix locking assertionsJohannes Berg2010-08-064-6/+6
| * iwlwifi: fix TX tracerJohannes Berg2010-08-061-1/+1
| * rtl8180: avoid potential NULL deref in rtl8180_beacon_workJohn W. Linville2010-08-051-0/+2
| * libertas: scan before assocation if no BSSID was givenDan Williams2010-08-053-33/+121
| * libertas: fix association with some APs by using extended ratesDan Williams2010-08-051-16/+40
| * libertas: get the right # of scanned BSSesDan Williams2010-08-051-1/+9
| * iwlagn: Improve aggregation failure error messagesAndy Lutomirski2010-08-041-4/+7
| * rt2x00: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-041-11/+10Star
| * wireless: ipw2100: check result of kzalloc()Christoph Fritz2010-08-041-0/+4
| * ath9k: fix erased ieee80211_rx_status.mactimeJan Friedrich2010-08-041-5/+5
| * p54pci: Add PCI ID for SMC2802WLarry Finger2010-08-041-0/+2
| * ath9k: fix an issue in ath_atx_tid paused flag managementLorenzo Bianconi2010-08-041-26/+8Star
| * ath9k_hw: Fix regulatory CTL index usage for AR9003Luis R. Rodriguez2010-08-041-7/+381
| * net: wl12xx: do not use kfree'd memoryKulikov Vasiliy2010-08-041-2/+1Star
| * iwlagn: fix typo in ucode_bt_stats_read debugfsWey-Yi Guy2010-08-041-1/+1
| * iwlwifi: BA scd_flow not match condition detectedWey-Yi Guy2010-08-041-1/+8
| * iwlwifi: fix compile warningJohannes Berg2010-08-041-1/+1
| * ath9k_hw: fix a noise floor calibration related race conditionFelix Fietkau2010-08-044-20/+31
| * ath9k_hw: clean up per-channel calibration dataFelix Fietkau2010-08-0412-94/+130
| * ath9k: prevent calibration during off-channel activityFelix Fietkau2010-08-042-35/+40
| * ath9k_hw: fix analog shift register writes on AR9003Felix Fietkau2010-08-041-1/+5
| * ath9k: fix a crash in the PA predistortion apply functionFelix Fietkau2010-08-041-0/+1
| * ath9k_hw: fix periodic noise floor calibration on AR9003Felix Fietkau2010-08-041-0/+6
| * ath9k_hw: clean up and fix initial noise floor calibrationFelix Fietkau2010-08-045-12/+16
| * iwlwifi: fix possible recursive locking deadlockJohannes Berg2010-08-041-1/+5
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-052-2/+2
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2010-08-0420-24/+97
| |\ \
| * | | hostap:hostap_hw.c Fix typo in commentJustin P. Mattock2010-08-041-1/+1
| * | | fix comment typos concerning "challenge"Uwe Kleine-König2010-07-191-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-04305-22776/+23518
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-07-2990-2096/+2359
| |\ \ \
| | * | | iwlwifi: fix scan abortStanislaw Gruszka2010-07-291-10/+8Star
| | * | | wl1271: update hw/fw version info in wiphy structJohn W. Linville2010-07-291-0/+7
| | * | | wl1251: update hw/fw version info in wiphy structJohn W. Linville2010-07-291-0/+5
| | * | | wl1271: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-293-0/+27
| | * | | libertas_tf: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-292-0/+21
| | * | | wl1251: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-293-0/+26
| | * | | ar9170: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-291-0/+19
| | * | | mwl8k: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-291-4/+27
| | * | | ath9k: enable serialize_regmode for non-PCIE AR9160John W. Linville2010-07-291-1/+2
| | * | | ath9k: remove the two wiphys scanning at the same time messageLuis R. Rodriguez2010-07-281-4/+9
| | * | | drivers/net/wireless/at76c50x-usb.c: Neaten macrosJoe Perches2010-07-271-16/+13Star
| | * | | drivers/net/wireless: Use wiphy_<level>Joe Perches2010-07-2722-464/+398Star
| | * | | libertas: remove unused cmd_pending waitqDan Williams2010-07-272-9/+0Star
| | * | | libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node()Dan Williams2010-07-271-4/+2Star
| | * | | libertas: kill unused lbs_prepare_and_send_command()Dan Williams2010-07-274-146/+9Star
| | * | | libertas: convert DEEP_SLEEP timer to a direct commandDan Williams2010-07-272-12/+8Star
| | * | | libertas: convert PS_MODE to a direct commandDan Williams2010-07-277-126/+95Star
| | * | | libertas: remove unused indirect command response handlerDan Williams2010-07-271-24/+1Star