Commit Graph

90 Commits (450c4ea15ecb89567e6a75b89cbb8a598a7efb75)

Author SHA1 Message Date
Chris Wright 0ef9ccdd9e cfg80211: remove superfluous !last_request check in reg_device_remove() 16 years ago
Luis R. Rodriguez 30a548c727 cfg80211: fix comment on regulatory hint processing 16 years ago
Luis R. Rodriguez b1ed8ddd21 cfg80211: fix bug while trying to process beacon hints on init 16 years ago
Luis R. Rodriguez ac46d48e00 cfg80211: fix race condition with wiphy_apply_custom_regulatory() 16 years ago
Johannes Berg d323655372 cfg80211: clean up includes 16 years ago
Luis R. Rodriguez 6bad876662 cfg80211: send regulatory beacon hint events to userspace 16 years ago
Luis R. Rodriguez a4ed90d60c cfg80211: respect API on orig_flags on channel for beacon hint 16 years ago
Luis R. Rodriguez 0ad8acaf43 cfg80211: fix NULL pointer deference in reg_device_remove() 16 years ago
Luis R. Rodriguez 86f04680df cfg80211: remove code about country IE support with OLD_REG 16 years ago
Luis R. Rodriguez 6ee7d33056 cfg80211: make regdom module parameter available oustide of OLD_REG 16 years ago
Luis R. Rodriguez cc0b6fe88e cfg80211: fix incorrect assumption on last_request for 11d 16 years ago
Luis R. Rodriguez 2e097dc656 cfg80211: force last_request to be set for OLD_REG if regdom is EU 16 years ago
Luis R. Rodriguez 73d54c9e74 cfg80211: add regulatory netlink multicast group 16 years ago
Luis R. Rodriguez 7db90f4a25 cfg80211: move enum reg_set_by to nl80211.h 16 years ago
Luis R. Rodriguez 0fee54cab7 cfg80211: remove REGDOM_SET_BY_INIT 16 years ago
Luis R. Rodriguez ec329acef9 cfg80211: fix max tx power for world regdom on 5 GHz to 20dBm 16 years ago
Luis R. Rodriguez 611b6a82aa cfg80211: Enable passive scan on channels 12-14 for world roaming 16 years ago
Roel Kluin bd05f28e1a cfg80211: test before subtraction on unsigned 16 years ago
Luis R. Rodriguez 2f92cd2e5f cfg80211: pass the regulatory_request to ignore_request 16 years ago
Luis R. Rodriguez d951c1ddeb cfg80211: do not kzalloc() again for a new request on __regulatory_hint 16 years ago
Luis R. Rodriguez 28da32d7ca cfg80211: pass the regulatory_request struct in __regulatory_hint() 16 years ago
Luis R. Rodriguez d1c96a9a29 cfg80211: make __regulatory_hint() static 16 years ago
Luis R. Rodriguez e38f8a7a8b cfg80211: Add AP beacon regulatory hints 16 years ago
Luis R. Rodriguez 3fc71f775a cfg80211: enable 5 GHz world roaming channels 16 years ago
Luis R. Rodriguez 68798a6263 cfg80211: enable active-scan / beaconing on Ch 1-11 for world regdom 16 years ago
Luis R. Rodriguez 69b1572bd8 cfg80211: rename regdom_changed to regdom_changes() and use it 16 years ago
Luis R. Rodriguez fff32c04f6 cfg80211: allow drivers that agree on regulatory to agree 16 years ago
Luis R. Rodriguez fb1fc7add5 cfg80211: comments style cleanup 16 years ago
Luis R. Rodriguez fe33eb3908 cfg80211: move all regulatory hints to workqueue 16 years ago
Luis R. Rodriguez 0441d6ffc7 cfg80211: free rd on unlikely event on 11d hint 16 years ago
Luis R. Rodriguez 915278e099 cfg80211: remove likely from an 11d hint case 16 years ago
Luis R. Rodriguez d335fe6391 cfg80211: protect first access of last_request on 11d hint under mutex 16 years ago
Luis R. Rodriguez 806a9e3967 cfg80211: make regulatory_request use wiphy_idx instead of wiphy 16 years ago
Luis R. Rodriguez 761cf7ecff cfg80211: add assert_cfg80211_lock() to ensure proper protection 16 years ago
Luis R. Rodriguez bcf4f99b7b cfg80211: propagate -ENOMEM during regulatory_init() 16 years ago
Luis R. Rodriguez ba25c14142 cfg80211: add regulatory_hint_core() to separate the core reg hint 16 years ago
Luis R. Rodriguez a1794390f1 cfg80211: rename cfg80211_drv_mutex to cfg80211_mutex 16 years ago
Luis R. Rodriguez f130347c2d cfg80211: add get reg command 16 years ago
Luis R. Rodriguez 24ed1da133 cfg80211: allow users to help a driver's compliance 16 years ago
Luis R. Rodriguez f976376de0 cfg80211: Allow for strict regulatory settings 16 years ago
Luis R. Rodriguez 716f9392e2 cfg80211: pass more detailed regulatory request information on reg_notifier() 16 years ago
Luis R. Rodriguez d46e5b1d0c cfg80211: move check for ignore_reg_update() on wiphy_update_regulatory() 16 years ago
Luis R. Rodriguez 2a44f911d8 cfg80211: rename fw_handles_regulatory to custom_regulatory 16 years ago
Luis R. Rodriguez e74b1e7fb2 cfg80211: ignore consecutive equal regulatory hints 16 years ago
Luis R. Rodriguez 5eebade608 cfg80211: process user requests only after previous user/driver/core requests 16 years ago
Luis R. Rodriguez 34f573473a cfg80211: export freq_reg_info() 16 years ago
Luis R. Rodriguez 1fa25e4136 cfg80211: add wiphy_apply_custom_regulatory() 16 years ago
Luis R. Rodriguez 039498c6ec cfg80211: fix typo on message after intersection 16 years ago
Luis R. Rodriguez 3e0c3ff36c cfg80211: allow multiple driver regulatory_hints() 16 years ago
Luis R. Rodriguez 560e28e14f cfg80211: call reg_notifier() once 16 years ago