aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville121-3937/+4906
2011-09-28Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville8-15/+26
2011-09-27wl3501_cs: min_t() cast truncates high bitsDan Carpenter1-1/+1
2011-09-27iwlagn: fix scan complete processingJohannes Berg2-4/+33
2011-09-27iwlagn: move iwl_process_scan_complete upJohannes Berg1-54/+54
2011-09-27iwlagn: refactor scan completeJohannes Berg1-8/+11
2011-09-27iwlagn: make iwl_scan_cancel_timeout voidJohannes Berg2-4/+2
2011-09-27iwlagn: remove Kelvin supportJohannes Berg3-9/+1
2011-09-27iwlagn: fix slot programmingJohannes Berg1-1/+1
2011-09-27iwlagn: fix dangling scan requestJohannes Berg1-14/+16
2011-09-27iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach4-16/+19
2011-09-27iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach1-4/+9
2011-09-27iwlagn: add debugging to show probe related info in scan notificationWey-Yi Guy1-0/+2
2011-09-27iwlagn: set the sequence control from the transport layerEmmanuel Grumbach2-3/+3
2011-09-27iwlagn: sparse warning priv->temperature is signedEmmanuel Grumbach1-1/+16
2011-09-27iwlagn: remove warning in iwl_rx_handleEmmanuel Grumbach1-3/+6
2011-09-27ath9k: fix a regression in ath9k_ps_restoreFelix Fietkau1-1/+1
2011-09-27mwifiex: reset skb length before inserting to free queueAmitkumar Karwar1-0/+3
2011-09-27mwifiex: pass correct band parameter to ieee80211_channel_to_frequency()Amitkumar Karwar2-3/+6
2011-09-27mwifiex: update bss band informationAmitkumar Karwar4-12/+25
2011-09-27mwifiex: fix 5GHz association issueAmitkumar Karwar1-1/+2
2011-09-27b43: LCN-PHY: minor clean upsRafał Miłecki2-5/+22
2011-09-27b43: update dummy transmissionRafał Miłecki1-4/+7
2011-09-27b43: add missing MMIO definesRafał Miłecki2-18/+60
2011-09-27libertas: scan behaviour consistency improvementsDaniel Drake2-17/+17
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller19-30/+46
2011-09-27ath9k: add Block ACK bitmap in sample debugMohammed Shafi Shajakhan2-6/+20
2011-09-26ath9k: Fix a dma warning/memory leakMohammed Shafi Shajakhan1-1/+9
2011-09-26rtlwifi: rtl8192cu: Fix unitialized structLarry Finger1-0/+1
2011-09-26iwlagn: fix dangling scan requestJohannes Berg1-14/+16
2011-09-23wl12xx: report the stop_ba event to all STAs in AP-modeArik Nemtsov1-1/+1
2011-09-23wl12xx: correct fw_status structure for 8 sta support in AP-modeArik Nemtsov2-2/+4
2011-09-23wl12xx: implement set_bitrate_mask callbackEliad Peller7-65/+102
2011-09-23wl12xx: AP mode - support hidden SSIDArik Nemtsov2-17/+82
2011-09-23wl12xx: Use dev_hlid for auth and assoc reqEliad Peller1-6/+9
2011-09-23wl12xx: send all pending packets on channel changeEliad Peller1-0/+2
2011-09-23wl12xx: remove P2P ie from probe responseEliad Peller1-0/+28
2011-09-23wl12xx: remove TIM ie from probe responseEliad Peller1-0/+17
2011-09-23wl12xx: Include OFDM rates in IBSS modeShahar Levi2-5/+3
2011-09-23wl12xx: fix sdio_test module functionalityShahar Levi2-6/+15
2011-09-22wl12xx: fix forced passive scansLuciano Coelho1-6/+13
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller20-138/+145
2011-09-21mwifiex: remove unneeded NULL checkDan Carpenter1-2/+2
2011-09-21mwifiex: add a kfree() to an error pathDan Carpenter1-0/+1
2011-09-21iwlagn: remove duplicate list initAmit Beka1-2/+0
2011-09-21iwlagn: pending frames musn't be incremented if agg is onEmmanuel Grumbach2-2/+5
2011-09-21iwlagn: remove uneeded declarationEmmanuel Grumbach1-2/+0
2011-09-21iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach5-16/+12
2011-09-21iwlagn: remove the callback in host commandsEmmanuel Grumbach15-134/+157
2011-09-21iwlagn: split remain-on-channelJohannes Berg3-49/+62