summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl3945-base.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-19iwlwifi: use type uint for module param debugWu, Fengguang1-2/+2
2008-12-19iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods.Rami Rosen1-1/+1
2008-12-12iwlwifi: add contact email to MODULE_AUTHORTomas Winkler1-1/+2
2008-12-12iwlwifi: use iwl_poll_direct_bit in EEPROM readingZhu, Yi1-17/+14
2008-12-12mac80211: Disable requests for new scans in AP modeJouni Malinen1-11/+0
2008-12-12iwlwifi: 3945 remove qos module parameterWinkler, Tomas1-27/+15
2008-12-12iwlwifi: change email contact informationWinkler, Tomas1-1/+1
2008-12-12iwlwifi: iwl_poll_{direct_}bit cleanupZhu, Yi1-3/+2
2008-12-05iwl3945 : Fix a-band association for passive channelsAbhijeet Kolekar1-7/+23
2008-12-05iwlwifi: rely on API version read from firmwareReinette Chatre1-14/+50
2008-12-05iwlwifi: store ucode version numberChatre, Reinette1-3/+9
2008-12-05iwlwifi: fix printk size format errorZhu Yi1-1/+1
2008-12-05iwlwifi: disable AP modeJohannes Berg1-1/+0
2008-12-05iwl3945: remove obsolete irq handlingHelmut Schaa1-29/+0
2008-11-26iwl3945 : Fix ad-hoc mode for 3945Abhijeet Kolekar1-4/+1
2008-11-26iwlwifi: enable custom fw regulatory solutionLuis R. Rodriguez1-0/+2
2008-11-26iwlwifi: configure_filter rewriteZhu, Yi1-27/+35
2008-11-26iwlwifi : fix checkpatch.pl errorsAbhijeet Kolekar1-2/+2
2008-11-26iwlwifi: replace magic constants with defineChatre, Reinette1-2/+2
2008-11-26iwl3945 : Simplify iwl3945_pci_probeKolekar, Abhijeet1-78/+117
2008-11-21iwl3945 : Simplify iwl3945_send_beacon_cmdKolekar, Abhijeet1-12/+14
2008-11-21iwl3945 : Fix Sparse WarningsKolekar, Abhijeet1-1/+1
2008-11-21iwl3945: fix resume for ADHOC networkMohamed Abbas1-7/+14
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+0
2008-11-19mac80211: remove ieee80211_notify_macJohannes Berg1-1/+0
2008-11-10iwlwifi: fix priv->iw_mode setting when multiple vif are configuredZhu, Yi1-9/+9
2008-11-10iwl3945: remove bogus commentJohannes Berg1-2/+0
2008-11-10mac80211: remove SSID driver codeJohannes Berg1-7/+0
2008-11-10iwlwifi: remove unused essid variableJohannes Berg1-12/+0
2008-11-10iwlwifi: remove implicit direct scanJohannes Berg1-8/+0
2008-11-10iwl3945: remove dead codeJohannes Berg1-16/+2
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+14
2008-11-07iwl3945: fix deadlock on suspendZhu, Yi1-1/+1
2008-11-07iwl3945: do not send scan command if channel count zeroReinette Chatre1-0/+5
2008-11-07iwl3945: clear scanning bits upon failureMohamed Abbas1-0/+8
2008-11-01iwl3945: iwl3945_mac_get_tsf() should not return zeroFabrice Bellet1-9/+0
2008-11-01iwlwifi: run through spell checkerTomas Winkler1-14/+14
2008-11-01wireless: use individual buffers for printing ssid valuesJohn W. Linville1-3/+6
2008-11-01wireless: consolidate on a single escape_essid implementationJohn W. Linville1-44/+4
2008-11-01mac80211/drivers: rewrite the rate control APIJohannes Berg1-2/+3
2008-11-01mac80211: introduce hw config change flagsJohannes Berg1-3/+4
2008-10-28net: convert print_mac to %pMJohannes Berg1-36/+18
2008-09-25mac80211: clean up rate control APIJohannes Berg1-10/+1
2008-09-16iwl3945: add MODULE_FIRMWARE for 3945 HWZhu Yi1-0/+2
2008-09-16mac80211: use nl80211 interface typesJohannes Berg1-42/+42
2008-09-08iwl3945: enable active scanning on active channelsAbhijeet Kolekar1-28/+26
2008-09-08iwl3945: avoid redundant iwl3945_get_active_dwell_timeAbhijeet Kolekar1-4/+3
2008-09-08iwl3945: removed bg_post_associate workAbhijeet Kolekar1-17/+1
2008-09-08iwl3945: fix unbalanced mutexAbhijeet Kolekar1-3/+2
2008-09-08iwlwifi : Added bss_info_changed callback to 3945Abhijeet Kolekar1-6/+68