aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl3945-base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-2/+0
|\
| * mac80211: remove ieee80211_notify_macJohannes Berg2008-11-181-1/+0
* | iwlwifi: fix priv->iw_mode setting when multiple vif are configuredZhu, Yi2008-11-101-9/+9
* | iwl3945: remove bogus commentJohannes Berg2008-11-101-2/+0
* | mac80211: remove SSID driver codeJohannes Berg2008-11-101-7/+0
* | iwlwifi: remove unused essid variableJohannes Berg2008-11-101-12/+0
* | iwlwifi: remove implicit direct scanJohannes Berg2008-11-101-8/+0
* | iwl3945: remove dead codeJohannes Berg2008-11-101-16/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-1/+14
|\ \ | |/
| * iwl3945: fix deadlock on suspendZhu, Yi2008-11-061-1/+1
| * iwl3945: do not send scan command if channel count zeroReinette Chatre2008-11-061-0/+5
| * iwl3945: clear scanning bits upon failureMohamed Abbas2008-11-061-0/+8
* | iwl3945: iwl3945_mac_get_tsf() should not return zeroFabrice Bellet2008-10-311-9/+0
* | iwlwifi: run through spell checkerTomas Winkler2008-10-311-14/+14
* | wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-10-311-3/+6
* | wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-10-311-44/+4
* | mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-2/+3
* | mac80211: introduce hw config change flagsJohannes Berg2008-10-311-3/+4
* | net: convert print_mac to %pMJohannes Berg2008-10-271-36/+18
|/
* mac80211: clean up rate control APIJohannes Berg2008-09-241-10/+1
* iwl3945: add MODULE_FIRMWARE for 3945 HWZhu Yi2008-09-151-0/+2
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-42/+42
* iwl3945: enable active scanning on active channelsAbhijeet Kolekar2008-09-081-28/+26
* iwl3945: avoid redundant iwl3945_get_active_dwell_timeAbhijeet Kolekar2008-09-081-4/+3
* iwl3945: removed bg_post_associate workAbhijeet Kolekar2008-09-081-17/+1
* iwl3945: fix unbalanced mutexAbhijeet Kolekar2008-09-081-3/+2
* iwlwifi : Added bss_info_changed callback to 3945Abhijeet Kolekar2008-09-081-6/+68
* cfg80211: keep track of supported interface modesLuis R. Rodriguez2008-09-051-0/+5
* iwlwifi: use le16 frame control directly, use QOS symbolic constant maskHarvey Harrison2008-08-221-3/+3
* iwlwifi: use generic mac80211 radiotap headersBruno Randolf2008-08-221-2/+0
* removed unused #include <version.h>Huang Weiyi2008-08-181-1/+0
* iwlwifi: fix printk newlinesJiri Slaby2008-08-181-3/+3
* iwl3945: fix merge mistake for packet injectionZhu Yi2008-08-041-6/+0
* iwlwifi: fix checkpatch.pl errorsTomas Winkler2008-08-041-29/+23
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-1/+1
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-291-2/+1
* iwl3965: remove useless network and duplicate checkingAdel Gadllah2008-07-141-126/+0
* mac80211: revamp beacon configurationJohannes Berg2008-07-141-3/+16
* iwlwifi: remove input device and fix rfkill stateAdel Gadllah2008-07-081-67/+50
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-0/+6
|\
| * iwlwifi: drop skb silently for Tx request in monitor modeZhu Yi2008-07-021-1/+2
* | iwl3945: remove RFKILL_STATE_HARD_BLOCKED warningsZhu Yi2008-07-021-2/+5
* | iwlwifi: enable packet injection for iwl3945Stefanik Gábor2008-07-021-13/+9
* | iwlwifi: fix incorrect monitor mode operationRick Farrington2008-07-021-19/+11
* | iwlwifi : Patch adds rfkill subsystem for 3945Abhijeet Kolekar2008-06-301-35/+151
* | iwlwifi: use iwl_is_associated when possibleRon Rindjunsky2008-06-301-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-15/+18
|\ \ | |/
| * iwlwifi: improve scanning band selection managementRon Rindjunsky2008-06-251-15/+18
* | mac80211: remove ieee80211_get_morefragHarvey Harrison2008-06-141-2/+2
* | mac80211: add helpers for frame control testingHarvey Harrison2008-06-141-17/+16