summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-09-30121-3937/+4906
|\
| * Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-288-15/+26
| |\
| | * ath9k: Fix a dma warning/memory leakMohammed Shafi Shajakhan2011-09-261-1/+9
| | * rtlwifi: rtl8192cu: Fix unitialized structLarry Finger2011-09-261-0/+1
| | * iwlagn: fix dangling scan requestJohannes Berg2011-09-261-14/+16
| | * iwlegacy: do not use interruptible waitsStanislaw Gruszka2011-09-215-13/+13
| | * iwlegacy: fix command queue timeoutStanislaw Gruszka2011-09-211-0/+2
| | * ath9k_hw: Fix Rx DMA stuck for AR9003 chipsRajkumar Manoharan2011-09-211-1/+1
| * | wl3501_cs: min_t() cast truncates high bitsDan Carpenter2011-09-271-1/+1
| * | iwlagn: fix scan complete processingJohannes Berg2011-09-272-4/+33
| * | iwlagn: move iwl_process_scan_complete upJohannes Berg2011-09-271-54/+54
| * | iwlagn: refactor scan completeJohannes Berg2011-09-271-8/+11
| * | iwlagn: make iwl_scan_cancel_timeout voidJohannes Berg2011-09-272-4/+2Star
| * | iwlagn: remove Kelvin supportJohannes Berg2011-09-273-9/+1Star
| * | iwlagn: fix slot programmingJohannes Berg2011-09-271-1/+1
| * | iwlagn: fix dangling scan requestJohannes Berg2011-09-271-14/+16
| * | iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach2011-09-274-16/+19
| * | iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach2011-09-271-4/+9
| * | iwlagn: add debugging to show probe related info in scan notificationWey-Yi Guy2011-09-271-0/+2
| * | iwlagn: set the sequence control from the transport layerEmmanuel Grumbach2011-09-272-3/+3
| * | iwlagn: sparse warning priv->temperature is signedEmmanuel Grumbach2011-09-271-1/+16
| * | iwlagn: remove warning in iwl_rx_handleEmmanuel Grumbach2011-09-271-3/+6
| * | ath9k: fix a regression in ath9k_ps_restoreFelix Fietkau2011-09-271-1/+1
| * | mwifiex: reset skb length before inserting to free queueAmitkumar Karwar2011-09-271-0/+3
| * | mwifiex: pass correct band parameter to ieee80211_channel_to_frequency()Amitkumar Karwar2011-09-272-3/+6
| * | mwifiex: update bss band informationAmitkumar Karwar2011-09-274-12/+25
| * | mwifiex: fix 5GHz association issueAmitkumar Karwar2011-09-271-1/+2
| * | b43: LCN-PHY: minor clean upsRafał Miłecki2011-09-272-5/+22
| * | b43: update dummy transmissionRafał Miłecki2011-09-271-4/+7
| * | b43: add missing MMIO definesRafał Miłecki2011-09-272-18/+60
| * | libertas: scan behaviour consistency improvementsDaniel Drake2011-09-272-17/+17
| * | mac80211: add ieee80211_vif param to tsf functionsEliad Peller2011-09-2719-30/+46
| * | ath9k: add Block ACK bitmap in sample debugMohammed Shafi Shajakhan2011-09-272-6/+20
| * | wl12xx: report the stop_ba event to all STAs in AP-modeArik Nemtsov2011-09-231-1/+1
| * | wl12xx: correct fw_status structure for 8 sta support in AP-modeArik Nemtsov2011-09-232-2/+4
| * | wl12xx: implement set_bitrate_mask callbackEliad Peller2011-09-237-65/+102
| * | wl12xx: AP mode - support hidden SSIDArik Nemtsov2011-09-232-17/+82
| * | wl12xx: Use dev_hlid for auth and assoc reqEliad Peller2011-09-231-6/+9
| * | wl12xx: send all pending packets on channel changeEliad Peller2011-09-231-0/+2
| * | wl12xx: remove P2P ie from probe responseEliad Peller2011-09-231-0/+28
| * | wl12xx: remove TIM ie from probe responseEliad Peller2011-09-231-0/+17
| * | wl12xx: Include OFDM rates in IBSS modeShahar Levi2011-09-232-5/+3Star
| * | wl12xx: fix sdio_test module functionalityShahar Levi2011-09-232-6/+15
| * | wl12xx: fix forced passive scansLuciano Coelho2011-09-221-6/+13
| * | mwifiex: remove unneeded NULL checkDan Carpenter2011-09-211-2/+2
| * | mwifiex: add a kfree() to an error pathDan Carpenter2011-09-211-0/+1
| * | iwlagn: remove duplicate list initAmit Beka2011-09-211-2/+0Star
| * | iwlagn: pending frames musn't be incremented if agg is onEmmanuel Grumbach2011-09-212-2/+5
| * | iwlagn: remove uneeded declarationEmmanuel Grumbach2011-09-211-2/+0Star
| * | iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach2011-09-215-16/+12Star